Browse Source

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.
pull/374/head
unknown 18 years ago
parent
commit
edf9577c79
  1. 3
      scripts/CMakeLists.txt

3
scripts/CMakeLists.txt

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

Loading…
Cancel
Save