1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug#53392 Tests: perfschema.query_cache fails

Backport from mysql-next-mr (5.6) to mysql-trunk (5.5)
This commit is contained in:
Marc Alff
2010-07-16 08:28:19 -06:00
parent d32d8f8d58
commit 3fa071bbd6
2 changed files with 6 additions and 3 deletions

View File

@ -4,6 +4,7 @@ insert into t1 values (1), (2), (3);
SET GLOBAL query_cache_size=1355776;
flush query cache;
reset query cache;
flush status;
select * from t1;
a
1