refined failure tests

This commit is contained in:
Shlomi Noach 2016-10-14 09:34:27 +02:00
parent ee236744dc
commit 0ee94e4d21
3 changed files with 3 additions and 1 deletions

View File

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

View File

@ -0,0 +1 @@
Parent-side foreign keys are not supported

View File

@ -0,0 +1 @@
Child-side foreign keys are not supported. Bailing out