mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
Post-merge fix for Bug#36326
mysql-test/r/cache_innodb.result: Update test case result.
This commit is contained in:
parent
050cf69f11
commit
7981a859f9
1 changed files with 1 additions and 1 deletions
|
@ -217,6 +217,6 @@ Variable_name Value
|
||||||
Qcache_queries_in_cache 1
|
Qcache_queries_in_cache 1
|
||||||
show status like "Qcache_hits";
|
show status like "Qcache_hits";
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Qcache_hits 2
|
Qcache_hits 1
|
||||||
set GLOBAL query_cache_size=1048576;
|
set GLOBAL query_cache_size=1048576;
|
||||||
drop table t2;
|
drop table t2;
|
||||||
|
|
Loading…
Add table
Reference in a new issue