scripts/CMakeLists.txt : Treat "mysql_upgrade_shell" the same way as all the other scripts.

This commit is contained in:
joerg@trift2. 2008-03-04 22:00:53 +01:00
commit 773855c800

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)