nixpkgs/pkgs/servers/sql/mariadb
Florian Klink 4b8d66aa72 mariadb: remove withoutClient
When used as a global override, it breaks most of the options in the
mysql module, such as ensureDatabases, ensureUsers, initialDatabases,
initialScript.

We could use `.client` there, but if the reasoning behind this was
closure size reduction, we now end up with the same (or a bigger)
runtime closure and more complexity.

Apart from the options exposed by the mysql module, the client is also
likely to be required for local backups or DBA tasks anyways.

Instead of dealing with all the increased complexity of this for no
arguable benefit, let's just remove the `withoutClient` argument.
Storage space on mysql servers shouldn't be that much of an issue.

Closes #82428.
2020-03-15 13:49:13 +01:00
..
connector-c Merge pull request #80756 from B4dM4n/mariadb-pkgconfig-link 2020-02-25 19:13:44 +00:00
galera Treewide: fix URL permanent redirects 2019-11-16 01:41:23 +01:00
cmake-includedir.patch mariadb: cleanup obsolete code and fix upstream cmake 2017-12-29 02:18:35 +01:00
cmake-plugin-includedir.patch mariadb: 10.2.17 -> 10.3.15 2019-06-04 19:02:16 +03:00
cmake-without-plugin-auth-pam.patch mariadb: 10.3.17 -> 10.3.18 (#68541) 2019-09-15 23:48:37 -04:00
default.nix mariadb: remove withoutClient 2020-03-15 13:49:13 +01:00