added test

This commit is contained in:
Shlomi Noach 2017-09-05 06:56:19 +03:00
parent 7c47c722e3
commit e464c83e13
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,7 @@
drop table if exists gh_ost_test;
create table gh_ost_test (
id int auto_increment,
i int not null,
ts timestamp,
primary key(id)
) auto_increment=1;

View File

@ -0,0 +1 @@
MySQL replication length limited to 32 characters

View File

@ -0,0 +1 @@
--password="0123456789abcdefghij0123456789abcdefghijxx"