diff options
author | unknown <joerg@trift2.> | 2008-03-04 22:00:53 +0100 |
---|---|---|
committer | unknown <joerg@trift2.> | 2008-03-04 22:00:53 +0100 |
commit | edf9577c791fb8d87e17fc2d6f44f4fe1c822db4 (patch) | |
tree | 488f959ac2e24fae563d50a19c44b1c612345d76 /scripts | |
parent | 8b77945615ed06a9ae0c1861943b73f46f3cbb71 (diff) | |
download | mariadb-git-edf9577c791fb8d87e17fc2d6f44f4fe1c822db4.tar.gz |
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.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index d7bcb8fd4e7..8aca7792e7c 100755 --- a/scripts/CMakeLists.txt +++ b/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) |