mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
The binary "mysql_upgrade" must be included in the distribution. (bug#18516 + 19353)
scripts/make_binary_distribution.sh: The binary "mysql_upgrade" must be included in the distribution.
This commit is contained in:
parent
62683b70fb
commit
88812ad4ab
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ BIN_FILES="extra/comp_err$BS extra/replace$BS extra/perror$BS \
|
|||
client/mysql$BS client/mysqlshow$BS client/mysqladmin$BS \
|
||||
client/mysqldump$BS client/mysqlimport$BS \
|
||||
client/mysqltest$BS client/mysqlcheck$BS \
|
||||
client/mysqlbinlog$BS \
|
||||
client/mysqlbinlog$BS client/mysql_upgrade$BS \
|
||||
tests/mysql_client_test$BS \
|
||||
libmysqld/examples/mysql_client_test_embedded$BS \
|
||||
libmysqld/examples/mysqltest_embedded$BS \
|
||||
|
|
Loading…
Reference in a new issue