Makefile.am, CMakeLists.txt, make_win_bin_dist:

  Removed references to deleted "mysql_explain_log" and "mysql_tableinfo"
parent 0de12b5c
...@@ -61,18 +61,12 @@ CONFIGURE_FILE(mysql_config.pl.in ...@@ -61,18 +61,12 @@ CONFIGURE_FILE(mysql_config.pl.in
CONFIGURE_FILE(mysql_convert_table_format.sh CONFIGURE_FILE(mysql_convert_table_format.sh
scripts/mysql_convert_table_format.pl ESCAPE_QUOTES @ONLY) 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 CONFIGURE_FILE(mysql_install_db.pl.in
scripts/mysql_install_db.pl ESCAPE_QUOTES @ONLY) scripts/mysql_install_db.pl ESCAPE_QUOTES @ONLY)
CONFIGURE_FILE(mysql_secure_installation.pl.in CONFIGURE_FILE(mysql_secure_installation.pl.in
scripts/mysql_secure_installation.pl ESCAPE_QUOTES @ONLY) 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 CONFIGURE_FILE(mysqld_multi.sh
scripts/mysqld_multi.pl ESCAPE_QUOTES @ONLY) scripts/mysqld_multi.pl ESCAPE_QUOTES @ONLY)
......
...@@ -90,7 +90,6 @@ CLEANFILES = @server_scripts@ \ ...@@ -90,7 +90,6 @@ CLEANFILES = @server_scripts@ \
mysql_find_rows \ mysql_find_rows \
mysqlhotcopy \ mysqlhotcopy \
mysqldumpslow \ mysqldumpslow \
mysql_tableinfo \
mysqld_multi mysqld_multi
# Default same as 'pkgdatadir', but we can override it # Default same as 'pkgdatadir', but we can override it
......
...@@ -322,10 +322,8 @@ fi ...@@ -322,10 +322,8 @@ fi
mysql_scripts="\ mysql_scripts="\
mysql_config.pl \ mysql_config.pl \
mysql_convert_table_format.pl \ mysql_convert_table_format.pl \
mysql_explain_log.pl \
mysql_install_db.pl \ mysql_install_db.pl \
mysql_secure_installation.pl \ mysql_secure_installation.pl \
mysql_tableinfo.pl \
mysqld_multi.pl \ mysqld_multi.pl \
mysqldumpslow.pl \ mysqldumpslow.pl \
mysqlhotcopy.pl \ mysqlhotcopy.pl \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment