results fixed after merge

mysql-test/t/create_select_tmp.test:
  --disable_warnings
mysql-test/t/rpl_drop.test:
  --disable_warnings
This commit is contained in:
unknown 2004-07-20 11:00:10 +02:00
commit 8818cd9b65
8 changed files with 37 additions and 21 deletions

View file

@ -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;