mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-21360 global debug_dbug pre-test value restoration issues
This commit is contained in:
@ -27,7 +27,7 @@ current_user()
|
||||
root@localhost
|
||||
disconnect con1;
|
||||
connection default;
|
||||
set @saved_dbug = @@global.debug_dbug;
|
||||
SET @saved_dbug = @@GLOBAL.debug_dbug;
|
||||
set global debug_dbug= "+d,vio_peer_addr_error";
|
||||
ERROR HY000: Can't get hostname for your address
|
||||
connection default;
|
||||
@ -51,7 +51,7 @@ Connection_errors_peer_address 2
|
||||
Connection_errors_select 0
|
||||
Connection_errors_tcpwrap 0
|
||||
"Dumping performance_schema.host_cache"
|
||||
set @@global.debug_dbug = @saved_dbug;
|
||||
SET @@GLOBAL.debug_dbug = @saved_dbug;
|
||||
flush status;
|
||||
show global status like "connection_errors_%";
|
||||
Variable_name Value
|
||||
|
Reference in New Issue
Block a user