summaryrefslogtreecommitdiff
path: root/mysql-test/t/create_select_tmp.test
diff options
context:
space:
mode:
authorserg@serg.mylan <>2004-07-20 11:00:10 +0200
committerserg@serg.mylan <>2004-07-20 11:00:10 +0200
commit9de748d1d3569266f8e084116ea29ed6daf5665d (patch)
tree53f056dbc72e4bf029fcef0a458164c907b50c4c /mysql-test/t/create_select_tmp.test
parent1f0cd873c5f38287d7d4070608f8d0da239c6077 (diff)
downloadmariadb-git-9de748d1d3569266f8e084116ea29ed6daf5665d.tar.gz
results fixed after merge
Diffstat (limited to 'mysql-test/t/create_select_tmp.test')
-rw-r--r--mysql-test/t/create_select_tmp.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/create_select_tmp.test b/mysql-test/t/create_select_tmp.test
index 36292abd899..166d32fb17c 100644
--- a/mysql-test/t/create_select_tmp.test
+++ b/mysql-test/t/create_select_tmp.test
@@ -6,7 +6,9 @@
# inconsistency between binlog and the internal list of temp tables.
-- source include/have_innodb.inc
+--disable_warnings
drop table if exists t1, t2;
+--enable_warnings
CREATE TABLE t1 ( a int );
INSERT INTO t1 VALUES (1),(2),(1);
--error 1062;