tests belonged in another branch

This commit is contained in:
Shlomi Noach 2017-09-05 06:38:55 +03:00
parent 0924a459f2
commit 7c47c722e3
3 changed files with 0 additions and 13 deletions

View File

@ -1,11 +0,0 @@
drop table if exists gh_ost_test;
create table gh_ost_test (
f float,
i int not null,
ts timestamp default current_timestamp,
dt datetime,
key i_idx(i),
unique key f_uidx(f)
) auto_increment=1;
drop event if exists gh_ost_test;

View File

@ -1 +0,0 @@
No shared unique key can be found

View File

@ -1 +0,0 @@
--alter="add column v varchar(32)"