refined failure tests
This commit is contained in:
parent
ee236744dc
commit
0ee94e4d21
@ -1,6 +1,6 @@
|
||||
drop table if exists gh_ost_test;
|
||||
create table gh_ost_test (
|
||||
id int auto_increment,
|
||||
id int unsigned auto_increment,
|
||||
i int not null,
|
||||
ts0 timestamp default current_timestamp,
|
||||
ts1 timestamp,
|
||||
|
@ -0,0 +1 @@
|
||||
Parent-side foreign keys are not supported
|
@ -0,0 +1 @@
|
||||
Child-side foreign keys are not supported. Bailing out
|
Loading…
Reference in New Issue
Block a user