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 | 4f5658cb0b32504a44a7e24bc43853c7248154e6 (patch) | |
tree | 0049b1a41d3fff215223d119d479fe2fa7678374 /scripts/make_win_bin_dist | |
parent | ebce23676c3b98b16c3087481caae978afd03bbf (diff) | |
download | mariadb-git-4f5658cb0b32504a44a7e24bc43853c7248154e6.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/make_win_bin_dist')
-rwxr-xr-x | scripts/make_win_bin_dist | 2 |
1 files changed, 0 insertions, 2 deletions
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 \ |