added test
This commit is contained in:
parent
7c47c722e3
commit
e464c83e13
7
localtests/fail-password-length/create.sql
Normal file
7
localtests/fail-password-length/create.sql
Normal 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;
|
1
localtests/fail-password-length/expect_failure
Normal file
1
localtests/fail-password-length/expect_failure
Normal file
@ -0,0 +1 @@
|
|||||||
|
MySQL replication length limited to 32 characters
|
1
localtests/fail-password-length/extra_args
Normal file
1
localtests/fail-password-length/extra_args
Normal file
@ -0,0 +1 @@
|
|||||||
|
--password="0123456789abcdefghij0123456789abcdefghijxx"
|
Loading…
Reference in New Issue
Block a user