mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge branch '10.10' into 10.11
This commit is contained in:
@@ -150,3 +150,21 @@ flush privileges;
|
||||
show grants for foo1@localhost;
|
||||
drop user foo1@localhost;
|
||||
uninstall plugin simple_password_check;
|
||||
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-22418 mysqladmin wrong error with simple_password_check
|
||||
--echo #
|
||||
|
||||
install soname "simple_password_check";
|
||||
|
||||
--replace_regex /.*[\/\\]// /(mysqladmin|mariadb-admin)(\.exe)?/MARIADB-ADMIN/
|
||||
--error 1
|
||||
--exec $MYSQLADMIN -uroot password foo 2>&1
|
||||
|
||||
--echo # All done
|
||||
uninstall plugin simple_password_check;
|
||||
|
||||
--echo #
|
||||
--echo # End of 10.4 tests
|
||||
--echo #
|
||||
|
Reference in New Issue
Block a user