diff options
author | unknown <istruewing@stella.local> | 2008-03-26 20:27:23 +0100 |
---|---|---|
committer | unknown <istruewing@stella.local> | 2008-03-26 20:27:23 +0100 |
commit | 321f392f629479eedf63062f85283e911ce05d7e (patch) | |
tree | 0513208f3cbce76495f465e663826c443b31bceb /mysql-test/r/sp_notembedded.result | |
parent | 0fe833f468ddf1a272a2de07078e2babeb873dc5 (diff) | |
download | mariadb-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.result | 2 |
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| |