1
0
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:
unknown
2008-03-04 22:00:53 +01:00
parent 8b77945615
commit edf9577c79

View File

@ -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)