diff options
author | Jon Olav Hauglid <jon.hauglid@sun.com> | 2010-06-30 13:37:03 +0200 |
---|---|---|
committer | Jon Olav Hauglid <jon.hauglid@sun.com> | 2010-06-30 13:37:03 +0200 |
commit | 29e9130d60d79b88b9e6593a111ced4363e9225e (patch) | |
tree | 8214d1e10bccba70c9a6adb09071a6cab7dfe1bd | |
parent | 83920a72fd2c9992625d7a135020a39f98365ec4 (diff) | |
download | mariadb-git-29e9130d60d79b88b9e6593a111ced4363e9225e.tar.gz |
Temporary fix for bug#54835
MTR version 1 cannot start server - bootstrap reports unknown InnoDB engine
Removes --loose-skip-innodb from the list of server startup options.
-rwxr-xr-x | mysql-test/lib/v1/mysql-test-run.pl | 1 |
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"); |