summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2017-05-04 17:18:45 +0200
committerSergei Golubchik <serg@mariadb.org>2017-06-22 12:56:33 +0200
commitd4007f2e73e3ad2676c3f766b233e96f21874c7d (patch)
tree69aa0b249f8ab2a6f9f7aaf34743a397854f8cc8 /mysql-test/mysql-test-run.pl
parente333d8296480afc63962892f6c8e101dfcaa2686 (diff)
downloadmariadb-git-d4007f2e73e3ad2676c3f766b233e96f21874c7d.tar.gz
disable getopt prefix matching in mtr bootstrap
it was disabled in mtr tests in 4280b25ed8
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 64483fa50f1..ff929f8a2e8 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -3105,6 +3105,7 @@ sub mysql_install_db {
my $args;
mtr_init_args(\$args);
mtr_add_arg($args, "--no-defaults");
+ mtr_add_arg($args, "--disable-getopt-prefix-matching");
mtr_add_arg($args, "--bootstrap");
mtr_add_arg($args, "--basedir=%s", $install_basedir);
mtr_add_arg($args, "--datadir=%s", $install_datadir);