mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge tag '11.4' into 11.6
MariaDB 11.4.4 release
This commit is contained in:
@@ -9,7 +9,7 @@ if (`select count(*) = 0 from information_schema.plugins where plugin_name = 'pa
|
||||
if (!$PARSEC_SO) {
|
||||
skip No auth_parsec plugin;
|
||||
}
|
||||
--error ER_CANNOT_USER
|
||||
--error ER_PASSWD_LENGTH
|
||||
create user test1@'%' identified via parsec using 'pwd';
|
||||
create user test1@'%' identified via parsec using PASSWORD('pwd');
|
||||
--replace_regex /:[A-Za-z0-9+\/]{43}'/:password'/ /:[A-Za-z0-9+\/]{24}:/:salt:/
|
||||
|
Reference in New Issue
Block a user