We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3afa191 commit 1813cacCopy full SHA for 1813cac
mysql-test/include/ipv6.inc
@@ -6,7 +6,9 @@ eval SET @nip= inet_aton('$IPv6');
6
SELECT @nip;
7
SELECT inet_ntoa(@nip);
8
# delivers a wrong value, see bug#34037
9
+--replace_result ::1 localhost
10
SELECT USER();
11
12
SELECT current_user();
13
--disable_result_log
14
SHOW PROCESSLIST;
@@ -17,6 +19,7 @@ disconnect con1;
17
19
eval REVOKE ALL ON test.* FROM testuser@'$IPv6';
18
20
eval RENAME USER testuser@'$IPv6' to testuser1@'$IPv6';
21
eval SET PASSWORD FOR testuser1@'$IPv6' = PASSWORD ('9876');
22
23
24
eval DROP USER testuser1@'$IPv6';
25
0 commit comments