summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/r/privilege_table_io.result
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2016-12-20 18:06:49 +0200
committerMonty <monty@mariadb.org>2017-01-11 09:18:35 +0200
commit1afb17047a61d7666d4c3d6e5fae97ec526693ba (patch)
tree7efcf35581d2f0f0a306ce38d390f30c94384854 /mysql-test/suite/perfschema/r/privilege_table_io.result
parented008a74cf4cfe8619595ec71a6073a9e94f984c (diff)
downloadmariadb-git-1afb17047a61d7666d4c3d6e5fae97ec526693ba.tar.gz
Fixed bugs found by mysql-test-run:
- privilege_table_io.test didn't properly reset roles_mapping - Fixed memory allocation problem with CHECK CONSTRAINT, found when running --valgrind main.check_constraint
Diffstat (limited to 'mysql-test/suite/perfschema/r/privilege_table_io.result')
-rw-r--r--mysql-test/suite/perfschema/r/privilege_table_io.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/perfschema/r/privilege_table_io.result b/mysql-test/suite/perfschema/r/privilege_table_io.result
index f1f0946cb90..aeacd0ba011 100644
--- a/mysql-test/suite/perfschema/r/privilege_table_io.result
+++ b/mysql-test/suite/perfschema/r/privilege_table_io.result
@@ -15,6 +15,7 @@ optimize table mysql.proxies_priv;
optimize table mysql.tables_priv;
optimize table mysql.procs_priv;
optimize table mysql.servers;
+optimize table mysql.roles_mapping;
update performance_schema.setup_consumers set enabled='YES';
update performance_schema.setup_objects set enabled='YES'
where object_type='TABLE' and object_schema= 'mysql';