summaryrefslogtreecommitdiff
path: root/mysql-test/r/sp_notembedded.result
diff options
context:
space:
mode:
authorunknown <istruewing@stella.local>2008-03-26 20:27:23 +0100
committerunknown <istruewing@stella.local>2008-03-26 20:27:23 +0100
commit321f392f629479eedf63062f85283e911ce05d7e (patch)
tree0513208f3cbce76495f465e663826c443b31bceb /mysql-test/r/sp_notembedded.result
parent0fe833f468ddf1a272a2de07078e2babeb873dc5 (diff)
downloadmariadb-git-321f392f629479eedf63062f85283e911ce05d7e.tar.gz
Post-merge fix.
Query cache does now work with concurrent_insert=0. See Bug 33756 - query cache with concurrent_insert=0 appears broken
Diffstat (limited to 'mysql-test/r/sp_notembedded.result')
-rw-r--r--mysql-test/r/sp_notembedded.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/sp_notembedded.result b/mysql-test/r/sp_notembedded.result
index 3efb01fdb94..d15efc6d7d7 100644
--- a/mysql-test/r/sp_notembedded.result
+++ b/mysql-test/r/sp_notembedded.result
@@ -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|