diff options
author | Otto Kekäläinen <otto@kekalainen.net> | 2020-02-24 23:22:28 +0200 |
---|---|---|
committer | Otto Kekäläinen <otto@kekalainen.net> | 2020-03-05 09:11:49 +0200 |
commit | b464b999c9435b45c6dd4337fe940027273b5b43 (patch) | |
tree | d1b4cfd74afd1f821eef7ef64b68e614966aabce /debian/mariadb-server-10.5.install | |
parent | 4b42fa3ce3f120412eca27b30f56a6f232decbb2 (diff) | |
download | mariadb-git-b464b999c9435b45c6dd4337fe940027273b5b43.tar.gz |
MDEV-17367: Move my_print_defaults and *.sql to mariadb-server-core
The command is needed to install/upgrade databases. It should therefore
reside in the server-core package, as that package is supposed to contain
all necessary tools to start and run the database (although manually,
there are no automation or service scripts included in server-core by
design).
Also add Breaks+Replaces in the control so upgrades will not complain about
overwriting files in previously installed packages of different name.
This was adopted from Debian where this change has been since Nov 4, 2018.
https://salsa.debian.org/mariadb-team/mariadb-10.1/-/commit/3689350ad30916aa68fe2c1b35c290fb5095bc9b
In addition, also move all *.sql files referenced mysql_install_db for
the same reasons.
Diffstat (limited to 'debian/mariadb-server-10.5.install')
-rw-r--r-- | debian/mariadb-server-10.5.install | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/mariadb-server-10.5.install b/debian/mariadb-server-10.5.install index a9587dbd7f0..9b2fe0498dc 100644 --- a/debian/mariadb-server-10.5.install +++ b/debian/mariadb-server-10.5.install @@ -16,7 +16,6 @@ usr/bin/galera_new_cluster usr/bin/galera_recovery usr/bin/mariadb-service-convert usr/bin/msql2mysql -usr/bin/my_print_defaults usr/bin/myisam_ftdump usr/bin/myisamchk usr/bin/myisamlog @@ -79,7 +78,6 @@ usr/share/man/man1/mariadbd-multi.1 usr/share/man/man1/mariadbd-safe-helper.1 usr/share/man/man1/mariadbd-safe.1 usr/share/man/man1/msql2mysql.1 -usr/share/man/man1/my_print_defaults.1 usr/share/man/man1/myisam_ftdump.1 usr/share/man/man1/myisamchk.1 usr/share/man/man1/myisamlog.1 @@ -103,11 +101,5 @@ usr/share/man/man1/wsrep_sst_mariabackup.1 usr/share/man/man1/wsrep_sst_mysqldump.1 usr/share/man/man1/wsrep_sst_rsync.1 usr/share/mysql/errmsg-utf8.txt -usr/share/mysql/fill_help_tables.sql -usr/share/mysql/maria_add_gis_sp_bootstrap.sql -usr/share/mysql/mysql_performance_tables.sql -usr/share/mysql/mysql_system_tables.sql -usr/share/mysql/mysql_system_tables_data.sql usr/share/mysql/mysql_test_data_timezone.sql -usr/share/mysql/mysql_test_db.sql usr/share/mysql/wsrep_notify |