summaryrefslogtreecommitdiff
path: root/mysql-test/lib/v1/mysql-test-run.pl
diff options
context:
space:
mode:
authorBjorn Munch <bjorn.bunch@oracle.com>2010-07-16 10:21:06 +0200
committerBjorn Munch <bjorn.bunch@oracle.com>2010-07-16 10:21:06 +0200
commitf8354dddffdf2f78ccf04580b1c159bd1028ee6c (patch)
treee6ac84a6bf9f384bbf1c288340aafd1ed19e64fd /mysql-test/lib/v1/mysql-test-run.pl
parent6a4ead973e303d1f539a7e7c4a4f91fbe2a491ae (diff)
downloadmariadb-git-f8354dddffdf2f78ccf04580b1c159bd1028ee6c.tar.gz
Bug #54835 MTR version 1 cannot start server - bootstrap reports unknown InnoDB engine
Remove --loose-skip-innodb from startup options This is a simple backport of change done in WL #5349 Same as shown as "temporary fix", cherry picked to -mtr branch
Diffstat (limited to 'mysql-test/lib/v1/mysql-test-run.pl')
-rwxr-xr-xmysql-test/lib/v1/mysql-test-run.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/lib/v1/mysql-test-run.pl b/mysql-test/lib/v1/mysql-test-run.pl
index 64d7376605e..36acea3ab6d 100755
--- a/mysql-test/lib/v1/mysql-test-run.pl
+++ b/mysql-test/lib/v1/mysql-test-run.pl
@@ -3114,7 +3114,6 @@ sub install_db ($$) {
mtr_add_arg($args, "--bootstrap");
mtr_add_arg($args, "--basedir=%s", $path_my_basedir);
mtr_add_arg($args, "--datadir=%s", $data_dir);
- mtr_add_arg($args, "--loose-skip-innodb");
mtr_add_arg($args, "--loose-skip-ndbcluster");
mtr_add_arg($args, "--tmpdir=.");
mtr_add_arg($args, "--core-file");