summaryrefslogtreecommitdiff
path: root/mysql-test/suite/percona/percona_query_cache_with_comments_begin.inc
blob: 6bfd2bfbc83627471782ad6b63bf4d74635c9f05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-- source include/have_query_cache.inc

set GLOBAL query_cache_size=1355776;

--disable_warnings
drop table if exists t1;
--enable_warnings

create table t1 (a int not null);
insert into t1 values (1),(2),(3);

--source percona_query_cache_with_comments_clear.inc