diff options
Diffstat (limited to 'mysql-test/include/maria_empty_logs.inc')
-rw-r--r-- | mysql-test/include/maria_empty_logs.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mysql-test/include/maria_empty_logs.inc b/mysql-test/include/maria_empty_logs.inc index f1835c0d2c3..a4f893d7fd4 100644 --- a/mysql-test/include/maria_empty_logs.inc +++ b/mysql-test/include/maria_empty_logs.inc @@ -94,13 +94,15 @@ eval use $default_db; --enable_query_log # -# Ensure that we don't get warnings from mysql.priv (used by check_mysqld) -# or test running after this one. +# Ensure that we don't get warnings from mysql.priv (used by check_mysqld), +# sys_config or from test running after this one. # --disable_query_log --disable_warnings --disable_result_log +# Zerofill all Aria tables in mysql and sys show table status from mysql; +show table status from sys; --enable_result_log --enable_warnings --enable_query_log |