Skip to content

Commit 16e43df

Browse files
author
Sergei Golubchik
committed
main.ipv4_and_ipv6 - fails on sid
remove ipv4-mapped-ipv6 test, this feature is not always available
1 parent 7629381 commit 16e43df

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

mysql-test/r/ipv4_and_ipv6.result

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -56,32 +56,3 @@ SELECT USER();
5656
USER()
5757
root@localhost
5858
DROP USER testuser1@'127.0.0.1';
59-
=============Test of '0:0:0:0:0:FFFF:127.0.0.1' ===================
60-
mysqld is alive
61-
CREATE USER testuser@'0:0:0:0:0:FFFF:127.0.0.1' identified by '1234';
62-
GRANT ALL ON test.* TO testuser@'0:0:0:0:0:FFFF:127.0.0.1';
63-
SHOW GRANTS FOR testuser@'0:0:0:0:0:FFFF:127.0.0.1';
64-
Grants for testuser@0:0:0:0:0:ffff:127.0.0.1
65-
GRANT USAGE ON *.* TO 'testuser'@'0:0:0:0:0:ffff:127.0.0.1' IDENTIFIED BY PASSWORD '*A4B6157319038724E3560894F7F932C8886EBFCF'
66-
GRANT ALL PRIVILEGES ON `test`.* TO 'testuser'@'0:0:0:0:0:ffff:127.0.0.1'
67-
SET @nip= inet_aton('0:0:0:0:0:FFFF:127.0.0.1');
68-
SELECT @nip;
69-
@nip
70-
NULL
71-
SELECT inet_ntoa(@nip);
72-
inet_ntoa(@nip)
73-
NULL
74-
SELECT USER();
75-
USER()
76-
root@localhost
77-
SELECT current_user();
78-
current_user()
79-
root@localhost
80-
SHOW PROCESSLIST;
81-
REVOKE ALL ON test.* FROM testuser@'0:0:0:0:0:FFFF:127.0.0.1';
82-
RENAME USER testuser@'0:0:0:0:0:FFFF:127.0.0.1' to testuser1@'0:0:0:0:0:FFFF:127.0.0.1';
83-
SET PASSWORD FOR testuser1@'0:0:0:0:0:FFFF:127.0.0.1' = PASSWORD ('9876');
84-
SELECT USER();
85-
USER()
86-
root@localhost
87-
DROP USER testuser1@'0:0:0:0:0:FFFF:127.0.0.1';

mysql-test/t/ipv4_and_ipv6.test

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,3 @@ let $IPv6= 127.0.0.1;
1111
--source include/ipv6_clients.inc
1212
--source include/ipv6.inc
1313

14-
echo =============Test of '0:0:0:0:0:FFFF:127.0.0.1' ===================;
15-
let $IPv6= 0:0:0:0:0:FFFF:127.0.0.1;
16-
--source include/ipv6_clients.inc
17-
--source include/ipv6.inc
18-

0 commit comments

Comments
 (0)