mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
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:
parent
27df8b07b7
commit
7d83b7e48a
3 changed files with 21 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue