1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fix sporadic failures of perfschema.privilege_table_io

it used to fail if main.create_drop_role was run before it
This commit is contained in:
Sergei Golubchik
2017-08-05 19:46:40 +02:00
parent 2ef7a5a13a
commit e95d65d7d0
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ optimize table mysql.host;
optimize table mysql.user;
optimize table mysql.db;
optimize table mysql.proxies_priv;
optimize table mysql.roles_mapping;
optimize table mysql.tables_priv;
optimize table mysql.procs_priv;
optimize table mysql.servers;