diff options
author | Daniel Black <daniel@mariadb.org> | 2023-02-11 20:04:46 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2023-02-12 12:15:22 +0100 |
commit | 9656356b550079234185f430fe6b4190f435f3e6 (patch) | |
tree | 46aa715ae0ad1df315e4f28ee1b29ef0e1380046 /debian/mariadb-client-compat.install | |
parent | 36ea5dffe708237cc1f714feda805cc203fe6d41 (diff) | |
download | mariadb-git-9656356b550079234185f430fe6b4190f435f3e6.tar.gz |
MDEV-30203 Move mysql symlinks to different package
For both Deb and RPM, create mariadb-client-compat and
mariadb-server-compat containing the mysql links to the mariadb
named executables/scripts.
The mariadb-client-core mysqlcheck was moved to mariadb-client-compat.
The symlinks in MYSQL_ADD_EXECUTABLE is tagged as a
{Client,Server}Symlinks component and placed in
the symlinks packages.
Man pages are restructured be installed into compat package
if that matches the executable.
Columnstore has a workaround as it doesn't use the cmake/plugin.cmake.
Scripts likewise have compatibility symlinks are in
the {server,client}-compat packages.
Co-author: Andrew Hutchings <andrew@linuxjedi.co.uk>
Closes #2390
Diffstat (limited to 'debian/mariadb-client-compat.install')
-rw-r--r-- | debian/mariadb-client-compat.install | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/debian/mariadb-client-compat.install b/debian/mariadb-client-compat.install new file mode 100644 index 00000000000..4800fc3a720 --- /dev/null +++ b/debian/mariadb-client-compat.install @@ -0,0 +1,38 @@ +usr/bin/mysql +usr/bin/mysqlbinlog +usr/bin/mysql_convert_table_format +usr/bin/mysql_find_rows +usr/bin/mysql_fix_extensions +usr/bin/mysql_plugin +usr/bin/mysql_setpermission +usr/bin/mysql_tzinfo_to_sql +usr/bin/mysql_waitpid +usr/bin/mysqlaccess +usr/bin/mysqladmin +usr/bin/mysqlcheck +usr/bin/mysqldump +usr/bin/mysqldumpslow +usr/bin/mysqlhotcopy +usr/bin/mysqlimport +usr/bin/mysql_secure_installation +usr/bin/mysqlshow +usr/bin/mysqlslap +usr/share/man/man1/mysql.1 +usr/share/man/man1/mysql_convert_table_format.1 +usr/share/man/man1/mysql_find_rows.1 +usr/share/man/man1/mysql_fix_extensions.1 +usr/share/man/man1/mysql_plugin.1 +usr/share/man/man1/mysql_secure_installation.1 +usr/share/man/man1/mysql_setpermission.1 +usr/share/man/man1/mysql_tzinfo_to_sql.1 +usr/share/man/man1/mysql_waitpid.1 +usr/share/man/man1/mysqlaccess.1 +usr/share/man/man1/mysqladmin.1 +usr/share/man/man1/mysqlbinlog.1 +usr/share/man/man1/mysqldump.1 +usr/share/man/man1/mysqldumpslow.1 +usr/share/man/man1/mysqlhotcopy.1 +usr/share/man/man1/mysqlimport.1 +usr/share/man/man1/mysqlshow.1 +usr/share/man/man1/mysqlslap.1 +usr/share/man/man1/mysqlcheck.1 |