summaryrefslogtreecommitdiff
path: root/mysql-test/r/query_cache.result
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2003-03-27 14:15:42 +0200
committerunknown <monty@mashka.mysql.fi>2003-03-27 14:15:42 +0200
commit3ce463ec160043d5eb2c698c1a84904513f93c15 (patch)
treea68f5f2a8d92b127fdece3be580a0a7d7cc67dcc /mysql-test/r/query_cache.result
parent9630bdffddc52d9ecd2e9ccab1c492756f07076d (diff)
downloadmariadb-git-3ce463ec160043d5eb2c698c1a84904513f93c15.tar.gz
After merge fixes
mysql-test/r/query_cache.result: Updated test for 4.1 mysql-test/t/query_cache.test: Updated test for 4.1 sql/sql_parse.cc: After merge fix sql/sql_yacc.yy: After merge fix
Diffstat (limited to 'mysql-test/r/query_cache.result')
-rw-r--r--mysql-test/r/query_cache.result1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/query_cache.result b/mysql-test/r/query_cache.result
index da229571497..32959e2cb47 100644
--- a/mysql-test/r/query_cache.result
+++ b/mysql-test/r/query_cache.result
@@ -566,7 +566,6 @@ show status like "Qcache_queries_in_cache";
Variable_name Value
Qcache_queries_in_cache 0
drop table t1;
-drop table if exists t1;
create table t1 (a int);
insert into t1 values (1),(2),(3);
show status like "Qcache_queries_in_cache";