From: Sneha Modi Date: November 10 2011 6:42am Subject: bzr push into mysql-trunk branch (sneha.modi:3584 to 3585) Bug#28211 Bug#11754170 List-Archive: http://lists.mysql.com/commits/141813 X-Bug: 28211,11754170 Message-Id: <201111100643.pAA6h1BW009824@acsmt358.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3585 Sneha Modi 2011-11-10 [merge] Bug#11754170:45729: TEST CASE FOR BUG#28211 IS DISABLED IN QUERY_CACHE.TEST Merging from mysql-5.5 -> mysql-trunk modified: mysql-test/r/query_cache.result mysql-test/t/query_cache.test 3584 Anitha Gopi 2011-11-10 Bug#11750645 : Failure was only on Open Solaris which is now obsolete modified: mysql-test/collections/default.experimental === modified file 'mysql-test/r/query_cache.result' --- a/mysql-test/r/query_cache.result 2011-11-02 13:28:15 +0000 +++ b/mysql-test/r/query_cache.result 2011-11-10 06:37:03 +0000 @@ -1615,7 +1615,7 @@ use db3; create table t1(c1 int) engine=myisam; use db1; insert into t1(c1) values (1); -use mysql; +use test; select * from db1.t1; c1 1 @@ -1661,7 +1661,7 @@ c1 2 SHOW STATUS LIKE 'Qcache_hits'; Variable_name Value -Qcache_hits 0 +Qcache_hits 1 DROP TABLE t1; SET GLOBAL concurrent_insert= @save_concurrent_insert; SET GLOBAL query_cache_size= default; @@ -1691,7 +1691,7 @@ a COMMIT; SHOW STATUS LIKE 'Qcache_queries_in_cache'; Variable_name Value -Qcache_queries_in_cache 0 +Qcache_queries_in_cache 2 SHOW STATUS LIKE "Qcache_hits"; Variable_name Value Qcache_hits 0 @@ -1713,7 +1713,7 @@ a COMMIT; SHOW STATUS LIKE "Qcache_hits"; Variable_name Value -Qcache_hits 0 +Qcache_hits 2 DROP TABLE t1; SET GLOBAL query_cache_size= default; End of 5.0 tests === modified file 'mysql-test/t/query_cache.test' --- a/mysql-test/t/query_cache.test 2011-11-02 13:28:15 +0000 +++ b/mysql-test/t/query_cache.test 2011-11-10 06:37:03 +0000 @@ -1224,7 +1224,7 @@ show status like 'Qcache_free_blocks'; create table t1(c1 int) engine=myisam; use db1; insert into t1(c1) values (1); - use mysql; + use test; select * from db1.t1; select c1+1 from db1.t1; select * from db3.t1; No bundle (reason: useless for push emails).