mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 14:45:31 +02:00
rpl_insert_id.test, rpl_insert_id.result:
Change tests so that tables are dropped in an order respecting the FOREIGN KEY constraints mysql-test/r/rpl_insert_id.result: Change tests so that tables are dropped in an order respecting the FOREIGN KEY constraints mysql-test/t/rpl_insert_id.test: Change tests so that tables are dropped in an order respecting the FOREIGN KEY constraints
This commit is contained in:
parent
2b9e174499
commit
0ba7ef007e
2 changed files with 2 additions and 2 deletions
|
|
@ -42,8 +42,8 @@ connection master;
|
|||
|
||||
# check if INSERT SELECT in auto_increment is well replicated (bug #490)
|
||||
|
||||
drop table t1;
|
||||
drop table t2;
|
||||
drop table t1;
|
||||
create table t1(a int auto_increment, key(a));
|
||||
create table t2(b int auto_increment, c int, key(b));
|
||||
insert into t1 values (10);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue