Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-28 | mariadb: add some more mysqld options | Igor Pashev | 1 | -0/+4 | |
2017-02-07 | mariadb: support innodb_compression_default | Igor Pashev | 1 | -0/+1 | |
See https://jira.mariadb.org/browse/MDEV-9820 Since MariaDB Server 10.2.3 | |||||
2016-10-20 | mariadb: added tokudb options | Igor Pashev | 1 | -1/+60 | |
2016-10-20 | mariadb: let loading arbitrary plugins | Igor Pashev | 1 | -0/+1 | |
unix_socket is still always loaded. Example: nixsap.apps.mariadb.mysqld = { plugin_load_add = [ "ha_tokudb" "server_audit.so" ]; }; | |||||
2016-10-19 | maridb: let TokuDB as default engine | Igor Pashev | 1 | -0/+1 | |
2016-10-17 | mariadb: aligned options | Igor Pashev | 1 | -129/+129 | |
2016-10-17 | mariadb: added innodb_compression_* options | Igor Pashev | 1 | -0/+4 | |
2016-09-29 | Moved everything into ./modules | Igor Pashev | 1 | -0/+285 | |