summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/google-api-python-client
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-03-15 13:35:37 +0100
committerFlorian Klink <flokli@flokli.de>2020-03-15 13:49:13 +0100
commit4b8d66aa7266ab55f08d53271df36832d9c055d2 (patch)
tree0190e6553042d85fa32b23653c96cb1fc66fee55 /pkgs/development/python-modules/google-api-python-client
parentfb9b0e7d46b2cb74d8ea693065ab5d8a5a5c2fa1 (diff)
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.
Diffstat (limited to 'pkgs/development/python-modules/google-api-python-client')
0 files changed, 0 insertions, 0 deletions