mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge 10.2 to 10.3
This commit is contained in:
@ -17,6 +17,7 @@ drop user bad;
|
||||
#
|
||||
set global debug_dbug='+d,auth_invalid_plugin';
|
||||
create user 'bad' identified by 'worse';
|
||||
--replace_regex /loaded: [^\n]*/loaded: invalid plugin name/
|
||||
--error 1
|
||||
--exec $MYSQL --default-auth=mysql_old_password --user=bad --password=worse 2>&1
|
||||
set global debug_dbug=@old_dbug;
|
||||
|
Reference in New Issue
Block a user