git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b16e9c1
)
mariadb: move mysql_upgrade to the client package
author
Sebastian Kemper
<redacted>
Mon, 11 May 2020 20:38:42 +0000
(22:38 +0200)
committer
Sebastian 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
patch
|
blob
|
history
diff --git
a/utils/mariadb/Makefile
b/utils/mariadb/Makefile
index 9610b62c3c73313550fd9aa7be6824c603c45385..f117cf5baf9b2c54337aa6b884220a668fd72ce4 100644
(file)
--- 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 := \
git clone https://git.99rst.org/PROJECT