Improved fix for bug#18516 (also 19353):

1) Rename the old shell tool "mysql_upgrade", to avoid a name collision.
2) Improve the spec file, to explicitly use a temporary socket.
This commit is contained in:
joerg@mysql.com 2006-06-22 14:28:05 +02:00
commit 7d83b7e48a
3 changed files with 21 additions and 7 deletions

View file

@ -32,7 +32,7 @@ bin_SCRIPTS = @server_scripts@ \
mysqldumpslow \
mysql_explain_log \
mysql_tableinfo \
mysql_upgrade \
mysql_upgrade_shell \
mysqld_multi \
mysql_create_system_tables
@ -60,7 +60,7 @@ EXTRA_SCRIPTS = make_binary_distribution.sh \
mysql_explain_log.sh \
mysqld_multi.sh \
mysql_tableinfo.sh \
mysql_upgrade.sh \
mysql_upgrade_shell.sh \
mysqld_safe.sh \
mysql_create_system_tables.sh
@ -89,7 +89,7 @@ CLEANFILES = @server_scripts@ \
mysqldumpslow \
mysql_explain_log \
mysql_tableinfo \
mysql_upgrade \
mysql_upgrade_shell \
mysqld_multi \
make_win_src_distribution \
mysql_create_system_tables