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
3288f266
Commit
3288f266
authored
Jun 14, 2015
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include the correct IPv6 check in perfschema tests
parent
2a0f0867
Changes
18
Show whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
17 additions
and
37 deletions
+17
-37
mysql-test/include/have_ipv6.inc
mysql-test/include/have_ipv6.inc
+0
-20
mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_again_allow.test
...ite/perfschema/t/hostcache_ipv6_addrinfo_again_allow.test
+1
-1
mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_again_deny.test
...uite/perfschema/t/hostcache_ipv6_addrinfo_again_deny.test
+1
-1
mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_bad_allow.test
...suite/perfschema/t/hostcache_ipv6_addrinfo_bad_allow.test
+1
-1
mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_bad_deny.test
.../suite/perfschema/t/hostcache_ipv6_addrinfo_bad_deny.test
+1
-1
mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_good_allow.test
...uite/perfschema/t/hostcache_ipv6_addrinfo_good_allow.test
+1
-1
mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_good_deny.test
...suite/perfschema/t/hostcache_ipv6_addrinfo_good_deny.test
+1
-1
mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_noname_allow.test
...te/perfschema/t/hostcache_ipv6_addrinfo_noname_allow.test
+1
-1
mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_noname_deny.test
...ite/perfschema/t/hostcache_ipv6_addrinfo_noname_deny.test
+1
-1
mysql-test/suite/perfschema/t/hostcache_ipv6_auth_plugin.test
...l-test/suite/perfschema/t/hostcache_ipv6_auth_plugin.test
+1
-1
mysql-test/suite/perfschema/t/hostcache_ipv6_blocked.test
mysql-test/suite/perfschema/t/hostcache_ipv6_blocked.test
+1
-1
mysql-test/suite/perfschema/t/hostcache_ipv6_max_con.test
mysql-test/suite/perfschema/t/hostcache_ipv6_max_con.test
+1
-1
mysql-test/suite/perfschema/t/hostcache_ipv6_nameinfo_again_allow.test
...ite/perfschema/t/hostcache_ipv6_nameinfo_again_allow.test
+1
-1
mysql-test/suite/perfschema/t/hostcache_ipv6_nameinfo_again_deny.test
...uite/perfschema/t/hostcache_ipv6_nameinfo_again_deny.test
+1
-1
mysql-test/suite/perfschema/t/hostcache_ipv6_nameinfo_noname_allow.test
...te/perfschema/t/hostcache_ipv6_nameinfo_noname_allow.test
+1
-1
mysql-test/suite/perfschema/t/hostcache_ipv6_nameinfo_noname_deny.test
...ite/perfschema/t/hostcache_ipv6_nameinfo_noname_deny.test
+1
-1
mysql-test/suite/perfschema/t/hostcache_ipv6_passwd.test
mysql-test/suite/perfschema/t/hostcache_ipv6_passwd.test
+1
-1
mysql-test/suite/perfschema/t/hostcache_ipv6_ssl.test
mysql-test/suite/perfschema/t/hostcache_ipv6_ssl.test
+1
-1
No files found.
mysql-test/include/have_ipv6.inc
deleted
100644 → 0
View file @
2a0f0867
# Check if ipv6 is available.
#
--
disable_query_log
--
disable_result_log
--
disable_abort_on_error
connect
(
checkcon123456789
,
::
1
,
root
,,
test
);
if
(
$mysql_errno
)
{
skip
No
IPv6
support
;
}
connection
default
;
if
(
!
$mysql_errno
)
{
disconnect
checkcon123456789
;
}
--
enable_abort_on_error
--
enable_result_log
--
enable_query_log
# end check
mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_again_allow.test
View file @
3288f266
...
...
@@ -8,7 +8,7 @@
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
have
_ipv6
.
inc
--
source
include
/
check
_ipv6
.
inc
--
source
include
/
have_perfschema
.
inc
# [Warning] Host name 'santa.claus.ipv6.example.com' could not be resolved:
...
...
mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_again_deny.test
View file @
3288f266
...
...
@@ -8,7 +8,7 @@
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
have
_ipv6
.
inc
--
source
include
/
check
_ipv6
.
inc
--
source
include
/
have_perfschema
.
inc
# [Warning] Host name 'santa.claus.ipv6.example.com' could not be resolved:
...
...
mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_bad_allow.test
View file @
3288f266
...
...
@@ -8,7 +8,7 @@
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
have
_ipv6
.
inc
--
source
include
/
check
_ipv6
.
inc
--
source
include
/
have_perfschema
.
inc
# [Warning] Hostname 'santa.claus.ipv6.example.com' does not resolve to '2001:db8::6:6'.
...
...
mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_bad_deny.test
View file @
3288f266
...
...
@@ -8,7 +8,7 @@
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
have
_ipv6
.
inc
--
source
include
/
check
_ipv6
.
inc
--
source
include
/
have_perfschema
.
inc
# [Warning] Hostname 'santa.claus.ipv6.example.com' does not resolve to '2001:db8::6:6'.
...
...
mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_good_allow.test
View file @
3288f266
...
...
@@ -8,7 +8,7 @@
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
have
_ipv6
.
inc
--
source
include
/
check
_ipv6
.
inc
--
source
include
/
have_perfschema
.
inc
# [Warning] IP address '192.0.2.4' could not be resolved:
...
...
mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_good_deny.test
View file @
3288f266
...
...
@@ -8,7 +8,7 @@
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
have
_ipv6
.
inc
--
source
include
/
check
_ipv6
.
inc
--
source
include
/
have_perfschema
.
inc
# Enforce a clean state
...
...
mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_noname_allow.test
View file @
3288f266
...
...
@@ -8,7 +8,7 @@
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
have
_ipv6
.
inc
--
source
include
/
check
_ipv6
.
inc
--
source
include
/
have_perfschema
.
inc
# [Warning] Host name 'santa.claus.ipv6.example.com' could not be resolved:
...
...
mysql-test/suite/perfschema/t/hostcache_ipv6_addrinfo_noname_deny.test
View file @
3288f266
...
...
@@ -8,7 +8,7 @@
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
have
_ipv6
.
inc
--
source
include
/
check
_ipv6
.
inc
--
source
include
/
have_perfschema
.
inc
# [Warning] Host name 'santa.claus.ipv6.example.com' could not be resolved:
...
...
mysql-test/suite/perfschema/t/hostcache_ipv6_auth_plugin.test
View file @
3288f266
...
...
@@ -10,7 +10,7 @@
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
have
_ipv6
.
inc
--
source
include
/
check
_ipv6
.
inc
--
source
include
/
have_perfschema
.
inc
--
source
include
/
have_plugin_auth
.
inc
...
...
mysql-test/suite/perfschema/t/hostcache_ipv6_blocked.test
View file @
3288f266
...
...
@@ -10,7 +10,7 @@
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
have
_ipv6
.
inc
--
source
include
/
check
_ipv6
.
inc
--
source
include
/
have_perfschema
.
inc
# Enforce a clean state
...
...
mysql-test/suite/perfschema/t/hostcache_ipv6_max_con.test
View file @
3288f266
...
...
@@ -10,7 +10,7 @@
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
have
_ipv6
.
inc
--
source
include
/
check
_ipv6
.
inc
--
source
include
/
have_perfschema
.
inc
# Enforce a clean state
...
...
mysql-test/suite/perfschema/t/hostcache_ipv6_nameinfo_again_allow.test
View file @
3288f266
...
...
@@ -8,7 +8,7 @@
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
have
_ipv6
.
inc
--
source
include
/
check
_ipv6
.
inc
--
source
include
/
have_perfschema
.
inc
# [Warning] IP address '2001:db8::6:6' could not be resolved:
...
...
mysql-test/suite/perfschema/t/hostcache_ipv6_nameinfo_again_deny.test
View file @
3288f266
...
...
@@ -8,7 +8,7 @@
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
have
_ipv6
.
inc
--
source
include
/
check
_ipv6
.
inc
--
source
include
/
have_perfschema
.
inc
# [Warning] IP address '2001:db8::6:6' could not be resolved:
...
...
mysql-test/suite/perfschema/t/hostcache_ipv6_nameinfo_noname_allow.test
View file @
3288f266
...
...
@@ -8,7 +8,7 @@
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
have
_ipv6
.
inc
--
source
include
/
check
_ipv6
.
inc
--
source
include
/
have_perfschema
.
inc
# [Warning] IP address '2001:db8::6:6' could not be resolved:
...
...
mysql-test/suite/perfschema/t/hostcache_ipv6_nameinfo_noname_deny.test
View file @
3288f266
...
...
@@ -8,7 +8,7 @@
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
have
_ipv6
.
inc
--
source
include
/
check
_ipv6
.
inc
--
source
include
/
have_perfschema
.
inc
# [Warning] IP address '2001:db8::6:6' could not be resolved:
...
...
mysql-test/suite/perfschema/t/hostcache_ipv6_passwd.test
View file @
3288f266
...
...
@@ -7,7 +7,7 @@
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
have
_ipv6
.
inc
--
source
include
/
check
_ipv6
.
inc
--
source
include
/
have_perfschema
.
inc
# Enforce a clean state
...
...
mysql-test/suite/perfschema/t/hostcache_ipv6_ssl.test
View file @
3288f266
...
...
@@ -7,7 +7,7 @@
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
have
_ipv6
.
inc
--
source
include
/
check
_ipv6
.
inc
--
source
include
/
have_perfschema
.
inc
# Enforce a clean state
...
...
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