summaryrefslogtreecommitdiff
path: root/mysql-test/r/ipv6.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/ipv6.result')
-rw-r--r--mysql-test/r/ipv6.result9
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/r/ipv6.result b/mysql-test/r/ipv6.result
index 1ff51fcc831..1540b4825e5 100644
--- a/mysql-test/r/ipv6.result
+++ b/mysql-test/r/ipv6.result
@@ -20,6 +20,9 @@ SELECT current_user();
current_user()
root@localhost
SHOW PROCESSLIST;
+connect con1, $IPv6, root, , test, $MASTER_MYPORT;
+connection default;
+disconnect con1;
REVOKE ALL ON test.* FROM testuser@'::1';
RENAME USER testuser@'::1' to testuser1@'::1';
SET PASSWORD FOR testuser1@'::1' = PASSWORD ('9876');
@@ -50,6 +53,9 @@ SELECT current_user();
current_user()
root@localhost
SHOW PROCESSLIST;
+connect con1, $IPv6, root, , test, $MASTER_MYPORT;
+connection default;
+disconnect con1;
REVOKE ALL ON test.* FROM testuser@'0000:0000:0000:0000:0000:0000:0000:0001';
RENAME USER testuser@'0000:0000:0000:0000:0000:0000:0000:0001' to testuser1@'0000:0000:0000:0000:0000:0000:0000:0001';
SET PASSWORD FOR testuser1@'0000:0000:0000:0000:0000:0000:0000:0001' = PASSWORD ('9876');
@@ -79,6 +85,9 @@ SELECT current_user();
current_user()
root@localhost
SHOW PROCESSLIST;
+connect con1, $IPv6, root, , test, $MASTER_MYPORT;
+connection default;
+disconnect con1;
REVOKE ALL ON test.* FROM testuser@'0:0:0:0:0:0:0:1';
RENAME USER testuser@'0:0:0:0:0:0:0:1' to testuser1@'0:0:0:0:0:0:0:1';
SET PASSWORD FOR testuser1@'0:0:0:0:0:0:0:1' = PASSWORD ('9876');