We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c47c72 commit e464c83Copy full SHA for e464c83
3 files changed
localtests/fail-password-length/create.sql
@@ -0,0 +1,7 @@
1
+drop table if exists gh_ost_test;
2
+create table gh_ost_test (
3
+ id int auto_increment,
4
+ i int not null,
5
+ ts timestamp,
6
+ primary key(id)
7
+) auto_increment=1;
localtests/fail-password-length/expect_failure
@@ -0,0 +1 @@
+MySQL replication length limited to 32 characters
localtests/fail-password-length/extra_args
+--password="0123456789abcdefghij0123456789abcdefghijxx"
0 commit comments