mariadb/mysql-test/main/connect_debug.result
2018-05-11 13:15:10 +02:00

5 lines
168 B
Text

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;