summaryrefslogtreecommitdiff
path: root/mysql-test/t/create_select_tmp.test
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-07-20 11:00:10 +0200
committerunknown <serg@serg.mylan>2004-07-20 11:00:10 +0200
commit8818cd9b650d043f11b9b057c694d0fccdc3ff97 (patch)
tree53f056dbc72e4bf029fcef0a458164c907b50c4c /mysql-test/t/create_select_tmp.test
parenteee5f15b92f71c74ce315932770a603e4deef477 (diff)
downloadmariadb-git-8818cd9b650d043f11b9b057c694d0fccdc3ff97.tar.gz
results fixed after merge
mysql-test/t/create_select_tmp.test: --disable_warnings mysql-test/t/rpl_drop.test: --disable_warnings
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;