diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2016-04-09 17:03:48 +0200 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2016-04-09 17:03:48 +0200 |
commit | cd776fedba3e2902bc25ee206d6e6266e7eb9411 (patch) | |
tree | 95bf82d0e0522c6af708cd28639c82e004b5a264 /mysql-test/r/ipv6.result | |
parent | f884d233e6a5f68bab846a7bdbd041fc4415ad77 (diff) | |
parent | d516a2ae0cbd09d3b5b1667ec62b421330ab9902 (diff) | |
download | mariadb-git-10.2-connector-c-integ.tar.gz |
Merge branch '10.2' into 10.2-connector-c-integ10.2-connector-c-integ
Diffstat (limited to 'mysql-test/r/ipv6.result')
-rw-r--r-- | mysql-test/r/ipv6.result | 9 |
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'); |