From a61c97203f509d626667f1d031450932ecd650eb Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Mon, 11 May 2020 22:38:42 +0200 Subject: [PATCH] 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 --- utils/mariadb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/mariadb/Makefile b/utils/mariadb/Makefile index 9610b62c3..f117cf5ba 100644 --- a/utils/mariadb/Makefile +++ b/utils/mariadb/Makefile @@ -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 := \