Commit edf9577c authored by unknown's avatar unknown

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.
parent 8b779456
...@@ -73,6 +73,9 @@ CONFIGURE_FILE(mysql_secure_installation.pl.in ...@@ -73,6 +73,9 @@ CONFIGURE_FILE(mysql_secure_installation.pl.in
CONFIGURE_FILE(mysql_tableinfo.sh CONFIGURE_FILE(mysql_tableinfo.sh
scripts/mysql_tableinfo.pl ESCAPE_QUOTES @ONLY) 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 CONFIGURE_FILE(mysqld_multi.sh
scripts/mysqld_multi.pl ESCAPE_QUOTES @ONLY) scripts/mysqld_multi.pl ESCAPE_QUOTES @ONLY)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment