mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
scripts/CMakeLists.txt : Treat "mysql_upgrade_shell" the same way as all the other scripts.
scripts/CMakeLists.txt: Treat "mysql_upgrade_shell" the same way as all the other scripts.
This commit is contained in:
@ -73,6 +73,9 @@ CONFIGURE_FILE(mysql_secure_installation.pl.in
|
||||
CONFIGURE_FILE(mysql_tableinfo.sh
|
||||
scripts/mysql_tableinfo.pl ESCAPE_QUOTES @ONLY)
|
||||
|
||||
CONFIGURE_FILE(mysql_upgrade_shell.sh
|
||||
scripts/mysql_upgrade_shell.pl ESCAPE_QUOTES @ONLY)
|
||||
|
||||
CONFIGURE_FILE(mysqld_multi.sh
|
||||
scripts/mysqld_multi.pl ESCAPE_QUOTES @ONLY)
|
||||
|
||||
|
Reference in New Issue
Block a user