Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
16e43dfc
Commit
16e43dfc
authored
Aug 06, 2014
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main.ipv4_and_ipv6 - fails on sid
remove ipv4-mapped-ipv6 test, this feature is not always available
parent
76293813
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
34 deletions
+0
-34
mysql-test/r/ipv4_and_ipv6.result
mysql-test/r/ipv4_and_ipv6.result
+0
-29
mysql-test/t/ipv4_and_ipv6.test
mysql-test/t/ipv4_and_ipv6.test
+0
-5
No files found.
mysql-test/r/ipv4_and_ipv6.result
View file @
16e43dfc
...
@@ -56,32 +56,3 @@ SELECT USER();
...
@@ -56,32 +56,3 @@ SELECT USER();
USER()
USER()
root@localhost
root@localhost
DROP USER testuser1@'127.0.0.1';
DROP USER testuser1@'127.0.0.1';
=============Test of '0:0:0:0:0:FFFF:127.0.0.1' ===================
mysqld is alive
CREATE USER testuser@'0:0:0:0:0:FFFF:127.0.0.1' identified by '1234';
GRANT ALL ON test.* TO testuser@'0:0:0:0:0:FFFF:127.0.0.1';
SHOW GRANTS FOR testuser@'0:0:0:0:0:FFFF:127.0.0.1';
Grants for testuser@0:0:0:0:0:ffff:127.0.0.1
GRANT USAGE ON *.* TO 'testuser'@'0:0:0:0:0:ffff:127.0.0.1' IDENTIFIED BY PASSWORD '*A4B6157319038724E3560894F7F932C8886EBFCF'
GRANT ALL PRIVILEGES ON `test`.* TO 'testuser'@'0:0:0:0:0:ffff:127.0.0.1'
SET @nip= inet_aton('0:0:0:0:0:FFFF:127.0.0.1');
SELECT @nip;
@nip
NULL
SELECT inet_ntoa(@nip);
inet_ntoa(@nip)
NULL
SELECT USER();
USER()
root@localhost
SELECT current_user();
current_user()
root@localhost
SHOW PROCESSLIST;
REVOKE ALL ON test.* FROM testuser@'0:0:0:0:0:FFFF:127.0.0.1';
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';
SET PASSWORD FOR testuser1@'0:0:0:0:0:FFFF:127.0.0.1' = PASSWORD ('9876');
SELECT USER();
USER()
root@localhost
DROP USER testuser1@'0:0:0:0:0:FFFF:127.0.0.1';
mysql-test/t/ipv4_and_ipv6.test
View file @
16e43dfc
...
@@ -11,8 +11,3 @@ let $IPv6= 127.0.0.1;
...
@@ -11,8 +11,3 @@ let $IPv6= 127.0.0.1;
--
source
include
/
ipv6_clients
.
inc
--
source
include
/
ipv6_clients
.
inc
--
source
include
/
ipv6
.
inc
--
source
include
/
ipv6
.
inc
echo
=============
Test
of
'0:0:0:0:0:FFFF:127.0.0.1'
===================
;
let
$IPv6
=
0
:
0
:
0
:
0
:
0
:
FFFF
:
127.0
.
0.1
;
--
source
include
/
ipv6_clients
.
inc
--
source
include
/
ipv6
.
inc
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment