diff options
author | serg@serg.mylan <> | 2004-07-20 11:00:10 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2004-07-20 11:00:10 +0200 |
commit | 9de748d1d3569266f8e084116ea29ed6daf5665d (patch) | |
tree | 53f056dbc72e4bf029fcef0a458164c907b50c4c /mysql-test/t/create_select_tmp.test | |
parent | 1f0cd873c5f38287d7d4070608f8d0da239c6077 (diff) | |
download | mariadb-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.test | 2 |
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; |