diff options
author | unknown <kent@mysql.com/kent-amd64.(none)> | 2008-01-31 20:55:58 +0100 |
---|---|---|
committer | unknown <kent@mysql.com/kent-amd64.(none)> | 2008-01-31 20:55:58 +0100 |
commit | ec0ba141a62feab7273e011fd9cc8e8f3debe0e1 (patch) | |
tree | 0049b1a41d3fff215223d119d479fe2fa7678374 /scripts | |
parent | dbc8e6e5de918fdeeb9f74133fc4fbfb0172205e (diff) | |
download | mariadb-git-ec0ba141a62feab7273e011fd9cc8e8f3debe0e1.tar.gz |
Makefile.am, CMakeLists.txt, make_win_bin_dist:
Removed references to deleted "mysql_explain_log" and "mysql_tableinfo"
scripts/CMakeLists.txt:
Removed references to deleted "mysql_explain_log" and "mysql_tableinfo"
scripts/Makefile.am:
Removed references to deleted "mysql_explain_log" and "mysql_tableinfo"
scripts/make_win_bin_dist:
Removed references to deleted "mysql_explain_log" and "mysql_tableinfo"
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/CMakeLists.txt | 6 | ||||
-rw-r--r-- | scripts/Makefile.am | 1 | ||||
-rwxr-xr-x | scripts/make_win_bin_dist | 2 |
3 files changed, 0 insertions, 9 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index d7bcb8fd4e7..f0db25be79a 100755 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -61,18 +61,12 @@ CONFIGURE_FILE(mysql_config.pl.in CONFIGURE_FILE(mysql_convert_table_format.sh scripts/mysql_convert_table_format.pl ESCAPE_QUOTES @ONLY) -CONFIGURE_FILE(mysql_explain_log.sh - scripts/mysql_explain_log.pl ESCAPE_QUOTES @ONLY) - CONFIGURE_FILE(mysql_install_db.pl.in scripts/mysql_install_db.pl ESCAPE_QUOTES @ONLY) CONFIGURE_FILE(mysql_secure_installation.pl.in scripts/mysql_secure_installation.pl ESCAPE_QUOTES @ONLY) -CONFIGURE_FILE(mysql_tableinfo.sh - scripts/mysql_tableinfo.pl ESCAPE_QUOTES @ONLY) - CONFIGURE_FILE(mysqld_multi.sh scripts/mysqld_multi.pl ESCAPE_QUOTES @ONLY) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index b61b614598d..cf061cc08e5 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -90,7 +90,6 @@ CLEANFILES = @server_scripts@ \ mysql_find_rows \ mysqlhotcopy \ mysqldumpslow \ - mysql_tableinfo \ mysqld_multi # Default same as 'pkgdatadir', but we can override it diff --git a/scripts/make_win_bin_dist b/scripts/make_win_bin_dist index 87df554319a..f0dc3eff72b 100755 --- a/scripts/make_win_bin_dist +++ b/scripts/make_win_bin_dist @@ -322,10 +322,8 @@ fi mysql_scripts="\ mysql_config.pl \ mysql_convert_table_format.pl \ -mysql_explain_log.pl \ mysql_install_db.pl \ mysql_secure_installation.pl \ -mysql_tableinfo.pl \ mysqld_multi.pl \ mysqldumpslow.pl \ mysqlhotcopy.pl \ |