| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-02-16 | Fix a typo | Igor Pashev | 1 | -1/+1 | |
| 2019-05-27 | Clean imports (and spaces) | Igor Pashev | 1 | -2/+1 | |
| 2018-06-10 | Stop overriding pkgs.mariadb | Igor Pashev | 1 | -1/+1 | |
| Use specific default version for the current MariaDB application. | |||||
| 2017-03-28 | mariadb: add some more mysqld options | Igor Pashev | 1 | -0/+4 | |
| 2017-02-17 | mariadb: fixed order roles are removed in | Igor Pashev | 1 | -9/+9 | |
| The list of SQL statements is constructed and then executed. Thus if you delete role `foo` which was granted another role `bar`, role `bar` has to be revoked before `foo` is removed. | |||||
| 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 | |||||
| 2017-01-21 | mariadb: manage roles faster | Igor Pashev | 1 | -25/+57 | |
| This gets us closer to declarative granting. See https://github.com/zalora/nixsap/issues/4 | |||||
| 2017-01-20 | mariadb: use explicit package | Igor Pashev | 3 | -42/+41 | |
| 2017-01-20 | mariadb: typo | Igor Pashev | 1 | -2/+2 | |
| With `either`, submodule attrs aren't checked, but the idea is good anyway, so let it be here for a while. See https://github.com/zalora/nixsap/issues/10 | |||||
| 2016-11-18 | mariadb: help mysql_install_db find my_print_defaults | Igor Pashev | 1 | -1/+1 | |
| It's required for parsing the defaults file. | |||||
| 2016-10-20 | mariadb: added tokudb options | Igor Pashev | 2 | -3/+73 | |
| 2016-10-20 | mariadb: let loading arbitrary plugins | Igor Pashev | 2 | -5/+8 | |
| unix_socket is still always loaded. Example: nixsap.apps.mariadb.mysqld = { plugin_load_add = [ "ha_tokudb" "server_audit.so" ]; }; | |||||
| 2016-10-20 | mariadb: avoid editting mysql tables | Igor Pashev | 1 | -7/+11 | |
| 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-10-13 | Do not filter keys at application level | Igor Pashev | 1 | -4/+2 | |
| It's done in the nixsap.deployment module See b24ae5d345aa84bdba20efbb4a14ddfc9bf39873 | |||||
| 2016-09-29 | Moved everything into ./modules | Igor Pashev | 6 | -0/+1301 | |
