mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge branch '10.2' into 10.3
This commit is contained in:
5
mysql-test/main/connect_debug.result
Normal file
5
mysql-test/main/connect_debug.result
Normal file
@ -0,0 +1,5 @@
|
||||
set @old_dbug=@@global.debug_dbug;
|
||||
set global debug_dbug='+d,auth_disconnect';
|
||||
create user 'bad' identified by 'worse';
|
||||
set global debug_dbug=@old_dbug;
|
||||
drop user bad;
|
Reference in New Issue
Block a user