mirror of
https://github.com/MariaDB/server.git
synced 2025-03-30 11:55:31 +02:00

To change all executables to have a mariadb name I had to: - Do name changes in every CMakeLists.txt that produces executables - CREATE_MARIADB_SYMLINK was removed and GET_SYMLINK added by Wlad to reuse the function in other places also - The scripts/CMakeLists.txt could make use of GET_SYMLINK instead of introducing redundant code, but I thought I'll leave that for next release - A lot of changes to debian/.install and debian/.links files due to swapping of real executable and symlink. I did not however change the name of the manpages, so the real name is still mysql there and mariadb are symlinks. - The Windows part needed a change now when we made the executables mariadb -named. MSI (and ZIP) do not support symlinks and to not break backward compatibility we had to include mysql named binaries also. Done by Wlad
6 lines
161 B
Text
6 lines
161 B
Text
usr/bin/mariadb
|
|
usr/bin/mariadb-check
|
|
usr/share/man/man1/mariadb-check.1
|
|
usr/share/man/man1/mariadb.1
|
|
usr/share/man/man1/mysql.1
|
|
usr/share/man/man1/mysqlcheck.1
|