mariadb: move mysql_upgrade to the client package
authorSebastian Kemper <redacted>
Mon, 11 May 2020 20:38:42 +0000 (22:38 +0200)
committerSebastian Kemper <redacted>
Mon, 11 May 2020 20:38:55 +0000 (22:38 +0200)
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 <redacted>
utils/mariadb/Makefile

index 9610b62c3c73313550fd9aa7be6824c603c45385..f117cf5baf9b2c54337aa6b884220a668fd72ce4 100644 (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 := \
git clone https://git.99rst.org/PROJECT