main.query_cache                         [ fail ]
        Test ended at 2013-02-07 06:36:20
CURRENT_TEST: main.query_cache
--- /builddir/build/BUILD/mariadb-5.5.28a/mysql-test/r/query_cache.result   2012-11-28 08:49:48.000000000 -0700
+++ /builddir/build/BUILD/mariadb-5.5.28a/mysql-test/r/query_cache.reject   2013-02-07 06:36:19.000000000 -0700
@@ -519,7 +519,7 @@
 a
 set GLOBAL query_cache_size=1024;
 Warnings:
-Warning    1282    Query cache failed to set size 1024; new query cache size is 0
+Warning    1282    Query cache failed to set size 0; new query cache size is 1024
 show global variables like "query_cache_size";
 Variable_name  Value
 query_cache_size   0
@@ -527,7 +527,7 @@
 a
 set GLOBAL query_cache_size=10240;
 Warnings:
-Warning    1282    Query cache failed to set size 10240; new query cache size is 0
+Warning    1282    Query cache failed to set size 0; new query cache size is 10240
 show global variables like "query_cache_size";
 Variable_name  Value
 query_cache_size   0
@@ -535,7 +535,7 @@
 a
 set GLOBAL query_cache_size=20480;
 Warnings:
-Warning    1282    Query cache failed to set size 20480; new query cache size is 0
+Warning    1282    Query cache failed to set size 0; new query cache size is 20480
 show global variables like "query_cache_size";
 Variable_name  Value
 query_cache_size   0
@@ -543,7 +543,7 @@
 a
 set GLOBAL query_cache_size=40960;
 Warnings:
-Warning    1282    Query cache failed to set size 40960; new query cache size is 0
+Warning    1282    Query cache failed to set size 0; new query cache size is 40960
 show global variables like "query_cache_size";
 Variable_name  Value
 query_cache_size   0
mysqltest: Result content mismatch



sys_vars.query_cache_size_basic          [ fail ]
        Test ended at 2013-02-07 06:44:58
CURRENT_TEST: sys_vars.query_cache_size_basic
--- /builddir/build/BUILD/mariadb-5.5.28a/mysql-test/suite/sys_vars/r/query_cache_size_basic.result 2012-11-28 08:49:47.000000000 -0700
+++ /builddir/build/BUILD/mariadb-5.5.28a/mysql-test/suite/sys_vars/r/query_cache_size_basic.reject 2013-02-07 06:44:57.000000000 -0700
@@ -31,7 +31,7 @@
 0
 SET @@global.query_cache_size = 1024;
 Warnings:
-Warning    1282    Query cache failed to set size 1024; new query cache size is 0
+Warning    1282    Query cache failed to set size 0; new query cache size is 1024
 SELECT @@global.query_cache_size;
 @@global.query_cache_size
 0
mysqltest: Result content mismatch
