Browse Source

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>
lilik-openwrt-22.03
Sebastian Kemper 4 years ago
parent
commit
a61c97203f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/mariadb/Makefile

+ 1
- 1
utils/mariadb/Makefile 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 := \


Loading…
Cancel
Save