MDEV-29348 rpl.rpl_rewrt_db test fails with [gdb,manual-gdb] with wrong parsing
Reviewer: <serg@mariadb.com> Closes PR #2244
This commit is contained in:
parent
4e9206736c
commit
3d5ce0430b
@ -144,7 +144,7 @@ sub do_args($$$$$) {
|
|||||||
my $v = $debuggers{$k};
|
my $v = $debuggers{$k};
|
||||||
|
|
||||||
# on windows mtr args are quoted (for system), otherwise not (for exec)
|
# on windows mtr args are quoted (for system), otherwise not (for exec)
|
||||||
sub quote($) { $_[0] =~ /[; ]/ ? "\"$_[0]\"" : $_[0] }
|
sub quote($) { $_[0] =~ /[; >]/ ? "\"$_[0]\"" : $_[0] }
|
||||||
sub unquote($) { $_[0] =~ s/^"(.*)"$/$1/; $_[0] }
|
sub unquote($) { $_[0] =~ s/^"(.*)"$/$1/; $_[0] }
|
||||||
sub quote_from_mtr($) { IS_WINDOWS() ? $_[0] : quote($_[0]) }
|
sub quote_from_mtr($) { IS_WINDOWS() ? $_[0] : quote($_[0]) }
|
||||||
sub unquote_for_mtr($) { IS_WINDOWS() ? $_[0] : unquote($_[0]) }
|
sub unquote_for_mtr($) { IS_WINDOWS() ? $_[0] : unquote($_[0]) }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user