1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-7298 plugins.cracklib_password_check test fails

remove the test that depended on the current cracklib dictionary
This commit is contained in:
Sergei Golubchik
2015-11-03 20:59:36 +01:00
parent 4165961d54
commit a716433da3
2 changed files with 0 additions and 10 deletions

View File

@ -23,10 +23,6 @@ show warnings;
grant select on *.* to foo@barbar identified by 'barbar';
show warnings;
--error ER_NOT_VALID_PASSWORD
grant select on *.* to foo@foobar identified by 'foobar';
show warnings;
--error ER_NOT_VALID_PASSWORD
grant select on *.* to foobar identified by 'qwerty';
show warnings;