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 \