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:
@ -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
|
||||
|
Reference in New Issue
Block a user