Commit ac130084 authored by istruewing@stella.local's avatar istruewing@stella.local
Browse files

Post-merge fix.

Query cache does now work with concurrent_insert=0. See
Bug 33756 - query cache with concurrent_insert=0 appears broken
parent dd8a821e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ c
2
show status like 'Qcache_hits'|
Variable_name	Value
Qcache_hits	0
Qcache_hits	2
set global query_cache_size = @x|
flush status|
flush query cache|