Commit 0943386f authored by Sergei Golubchik's avatar Sergei Golubchik

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.
parent 66bc8bf0
flush tables;
#
# Check that we don't write any data to wrong or not existing datadir
#
......
#
# 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment