summaryrefslogtreecommitdiff
path: root/mysql-test/t/query_cache_notembedded.test
diff options
context:
space:
mode:
authorDavi Arnaut <Davi.Arnaut@Sun.COM>2009-01-28 15:42:20 -0200
committerDavi Arnaut <Davi.Arnaut@Sun.COM>2009-01-28 15:42:20 -0200
commita931ac090dd64bfac6b061b92fbd36d108aff62b (patch)
treedfa2997a48bcd13f7d884e48ab645cc6c68eed04 /mysql-test/t/query_cache_notembedded.test
parent5e84d00a2557854a4e54fa61b519c2ff27c54843 (diff)
parentaa0641dcf6da9d5ecf70d9963a61b2deac81b0b8 (diff)
downloadmariadb-git-a931ac090dd64bfac6b061b92fbd36d108aff62b.tar.gz
Merge from 5.0-bugteam
Diffstat (limited to 'mysql-test/t/query_cache_notembedded.test')
-rw-r--r--mysql-test/t/query_cache_notembedded.test29
1 files changed, 0 insertions, 29 deletions
diff --git a/mysql-test/t/query_cache_notembedded.test b/mysql-test/t/query_cache_notembedded.test
index 967b15d3d95..20f02815e59 100644
--- a/mysql-test/t/query_cache_notembedded.test
+++ b/mysql-test/t/query_cache_notembedded.test
@@ -225,35 +225,6 @@ connection default;
set GLOBAL query_cache_size=0;
-#
-# Bug#40264: Aborted cached query causes query to hang indefinitely on next cache hit
-#
-
---disable_warnings
-DROP TABLE IF EXISTS t1;
---enable_warnings
-
-FLUSH STATUS;
-SET GLOBAL query_cache_size=1048576;
-CREATE TABLE t1 (a INT);
-INSERT INTO t1 VALUES (1),(2),(3),(4),(5);
-SHOW STATUS LIKE 'Qcache_queries_in_cache';
-LOCK TABLES t1 WRITE;
-connect(con1,localhost,root,,);
---send SELECT * FROM t1
-connection default;
-let $show_type= open tables where `table`='t1' and in_use=2;
-let $show_pattern= '%t1%2%';
---source include/wait_show_pattern.inc
-dirty_close con1;
-UNLOCK TABLES;
-let $show_type= open tables where `table`='t1' and in_use=0;
-let $show_pattern= '%t1%0%';
---source include/wait_show_pattern.inc
-SHOW STATUS LIKE 'Qcache_queries_in_cache';
-DROP TABLE t1;
-SET GLOBAL query_cache_size= default;
-
# End of 5.0 tests
SET GLOBAL log_bin_trust_function_creators = 0;