1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Bug #28757 Test program / embedded server crash in test "unsafe_binlog_innodb"

the reported test failure is fixed by the patch to 28333,
but there's a bit more to fix in the test itself - to
drop tables created in this test at the test's beginning.
This commit is contained in:
holyfoot/hf@mysql.com/hfmain.(none)
2007-06-12 17:53:16 +05:00
parent 6ee83df5ff
commit 7093310760
2 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
drop table if exists t1,t2;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9,t10;
create table t1 (id int not null, f_id int not null, f int not null,
primary key(f_id, id)) engine = InnoDB;
create table t2 (id int not null,s_id int not null,s varchar(200),