mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
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:
parent
eee5f15b92
commit
8818cd9b65
8 changed files with 37 additions and 21 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue