tests belonged in another branch
This commit is contained in:
parent
0924a459f2
commit
7c47c722e3
@ -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;
|
|
@ -1 +0,0 @@
|
|||||||
No shared unique key can be found
|
|
@ -1 +0,0 @@
|
|||||||
--alter="add column v varchar(32)"
|
|
Loading…
Reference in New Issue
Block a user