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 | d940677cc055ef60733a9433ae2bc59e8ec8831a (patch) | |
tree | 488f959ac2e24fae563d50a19c44b1c612345d76 /scripts | |
parent | bc489574b105dc48f82d76c61345d8c60af80028 (diff) | |
download | mariadb-git-d940677cc055ef60733a9433ae2bc59e8ec8831a.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) |