Commit 321f392f authored by unknown's avatar unknown

Post-merge fix.

Query cache does now work with concurrent_insert=0. See
Bug 33756 - query cache with concurrent_insert=0 appears broken

parent 0fe833f4
...@@ -70,7 +70,7 @@ c ...@@ -70,7 +70,7 @@ c
2 2
show status like 'Qcache_hits'| show status like 'Qcache_hits'|
Variable_name Value Variable_name Value
Qcache_hits 0 Qcache_hits 2
set global query_cache_size = @x| set global query_cache_size = @x|
flush status| flush status|
flush query cache| flush query cache|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment