From: Sebastian Kemper Date: Mon, 11 May 2020 20:38:42 +0000 (+0200) Subject: mariadb: move mysql_upgrade to the client package X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a61c97203f509d626667f1d031450932ecd650eb;p=openwrt-packages.git 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 --- 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 := \