summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_good_allow.test
diff options
context:
space:
mode:
authorAlice Sherepa <alice.sherepa@gmail.com>2020-01-09 13:38:48 +0100
committerAlice Sherepa <alice.sherepa@gmail.com>2020-01-15 18:06:24 +0100
commitb7fb30e930d544897fc13e817ded44557c882c91 (patch)
tree55664d02a70f200f747b1c1813888d3942b5f636 /mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_good_allow.test
parent451573fab1071afe2f82a3bf65f5b14fa0125d16 (diff)
downloadmariadb-git-b7fb30e930d544897fc13e817ded44557c882c91.tar.gz
MDEV-21360 global debug_dbug pre-test value restoration issues
Diffstat (limited to 'mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_good_allow.test')
-rw-r--r--mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_good_allow.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_good_allow.test b/mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_good_allow.test
index 507e04f8d3f..e290a5f8ab4 100644
--- a/mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_good_allow.test
+++ b/mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_good_allow.test
@@ -29,7 +29,7 @@ select current_user();
disconnect con1;
--connection default
-set @saved_dbug = @@global.debug_dbug;
+SET @saved_dbug = @@GLOBAL.debug_dbug;
set global debug_dbug= "+d,vio_peer_addr_fake_ipv6,getnameinfo_fake_ipv6,getaddrinfo_fake_good_ipv6";
connect (con2,"::1",root,,test,$MASTER_MYPORT,);
@@ -51,5 +51,5 @@ disconnect con3;
revoke select on test.* from 'root'@'santa.claus.ipv6.example.com';
drop user 'root'@'santa.claus.ipv6.example.com';
-set @@global.debug_dbug = @saved_dbug;
+SET @@GLOBAL.debug_dbug = @saved_dbug;