Skip to content
Permalink
Browse files
MDEV-27738 Windows : mysql-test-run --extern does not work
Use portable quoting in mtr_add_arg.
  • Loading branch information
vaintroub committed Feb 8, 2022
1 parent 21413ae commit ae33a00
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1908,7 +1908,7 @@ ()
}

mtr_add_arg($args, "--silent"); # Tab separated output
mtr_add_arg($args, "-e '%s'", "use mysql; SHOW VARIABLES");
mtr_add_arg($args, "-e \"use mysql; SHOW VARIABLES\"");
my $cmd= "$mysql " . join(' ', @$args);
mtr_verbose("cmd: $cmd");

0 comments on commit ae33a00

Please sign in to comment.