diff options
author | Otto Kekäläinen <otto@kekalainen.net> | 2020-05-17 12:38:51 +0300 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2020-06-10 13:24:18 +0300 |
commit | 7c2079f600bacbd4d24762159550b3d40ad856c1 (patch) | |
tree | f4292e72cc1a3d45cdbb2029021b9781696f0c1a /debian/mariadb-common.dirs | |
parent | 840fb495ce2c0c00b20f2a9ba44b6fcc20c56118 (diff) | |
download | mariadb-git-7c2079f600bacbd4d24762159550b3d40ad856c1.tar.gz |
MDEV-19933: Sync mariadb-common and update-alternatives based /etc/mysql/
Split the big my.cnf into multiple smaller files with the same filenames
and contents as official Debian/Ubuntu packaging has.
The config contents stays the same apart from following additions
which the original MariaDB upstream configs had and probably needs
to be kept:
- lc-messages=en_US and skip-external-locking in server config
Configs the original MariaDB upstream had that are seemingly
unnecessary and thus removed:
- port=3306 removed from the client config
- log_warnings=2 removed from server config
Also adopt update-alternatives system using
mysql-common/configure-symlinks. This way it is aligned with
downstream Debian/Ubuntu packaging.
Diffstat (limited to 'debian/mariadb-common.dirs')
-rw-r--r-- | debian/mariadb-common.dirs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mariadb-common.dirs b/debian/mariadb-common.dirs index 87c71c1c2f5..8aba9560977 100644 --- a/debian/mariadb-common.dirs +++ b/debian/mariadb-common.dirs @@ -1 +1 @@ -etc/mysql/mariadb.conf.d/ +etc/mysql/mariadb.conf.d |