mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fix main.mysqld--help-aria failures
when it's run directly after main.mysql_json_mysql_upgrade because mysqld--help-aria starts a second mysqld that reads the plugin table, so it has to be flushed and closed at that time.
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
#
|
||||
# Check errors from mysqld--help when providing different datadir
|
||||
#
|
||||
flush tables;
|
||||
|
||||
--let $args=--table-cache=5 --max-connections=10 --log-warnings=1 --silent-startup --lower-case-table-names=1 --help --verbose
|
||||
|
||||
|
Reference in New Issue
Block a user