summaryrefslogtreecommitdiff
path: root/mysql-test/suite/vcol/t/wrong_arena.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/vcol/t/wrong_arena.test')
-rw-r--r--mysql-test/suite/vcol/t/wrong_arena.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/vcol/t/wrong_arena.test b/mysql-test/suite/vcol/t/wrong_arena.test
index 484f1fe685d..f3030902784 100644
--- a/mysql-test/suite/vcol/t/wrong_arena.test
+++ b/mysql-test/suite/vcol/t/wrong_arena.test
@@ -14,7 +14,9 @@ create table t1 (a datetime,
# other issues
e int as ((a,1) in ((1,1),(2,1),(NULL,1))) # cmp_item_row::alloc_comparators()
);
+enable_prepare_warnings;
show create table t1;
+disable_prepare_warnings;
connect con1, localhost, root;
insert t1 (a) values ('2010-10-10 10:10:10');
select * from t1;