mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-21360 debug_dbug pre-test value restoration issues
This commit is contained in:
@ -24,6 +24,7 @@ current_user()
|
||||
root@localhost
|
||||
disconnect con1;
|
||||
connection default;
|
||||
set @saved_dbug = @@global.debug_dbug;
|
||||
set global debug_dbug= "+d,vio_peer_addr_fake_ipv6,getnameinfo_fake_ipv6,getaddrinfo_fake_good_ipv6";
|
||||
uninstall plugin test_plugin_server;
|
||||
ERROR HY000: Plugin 'test_plugin_server' is not loaded
|
||||
@ -194,5 +195,5 @@ REVOKE PROXY ON 'plug_dest'@'santa.claus.ipv6.example.com'
|
||||
FROM 'plug'@'santa.claus.ipv6.example.com';
|
||||
DROP USER 'plug'@'santa.claus.ipv6.example.com';
|
||||
DROP USER 'plug_dest'@'santa.claus.ipv6.example.com';
|
||||
set global debug_dbug= default;
|
||||
set @@global.debug_dbug = @saved_dbug;
|
||||
delete from mysql.plugin where name='test_plugin_server';
|
||||
|
Reference in New Issue
Block a user