mariadb: move mysql_upgrade to the client package

It's really a client. It connects to the running server as a client, to
upgrade the DBs. And it depends on both mysql and mysqlcheck.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
Sebastian Kemper 2020-05-11 22:38:42 +02:00
parent b16e9c1e2d
commit a61c97203f
1 changed files with 1 additions and 1 deletions

View File

@ -116,6 +116,7 @@ plugin-wsrep_info := PLUGIN_WSREP_INFO
MARIADB_CLIENT := \
mysql \
mysql_upgrade \
mysqlcheck
MARIADB_CLIENT_EXTRA := \
@ -133,7 +134,6 @@ MARIADB_SERVER := \
innochecksum \
my_print_defaults \
mysql_install_db \
mysql_upgrade \
mysqld
MARIADB_SERVER_EXTRA := \