mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-24 21:35:00 +00:00
PT-1707 IPV6 support for recursion method processlist
This commit is contained in:
@@ -632,6 +632,20 @@ SKIP: {
|
||||
$dbh->disconnect();
|
||||
}
|
||||
|
||||
is_deeply(
|
||||
$dp->parse('h=f000::1,P=12345,u=msandbox,p=msandbox'),
|
||||
{ u => 'msandbox',
|
||||
p => 'msandbox',
|
||||
S => undef,
|
||||
h => 'f000::1',
|
||||
P => '12345',
|
||||
F => undef,
|
||||
D => undef,
|
||||
A => undef,
|
||||
},
|
||||
'IPV6 support'
|
||||
);
|
||||
|
||||
# #############################################################################
|
||||
# Done.
|
||||
# #############################################################################
|
||||
|
Reference in New Issue
Block a user