Commit 4aa9b285 authored by Michael Widenius's avatar Michael Widenius

Added option to avoid warnings from innodb

parent 5f4e0e87
......@@ -3453,6 +3453,7 @@ sub mysql_install_db {
mtr_add_arg($args, "--skip-$_") for @optional_plugins;
# starting from 10.0 bootstrap scripts require InnoDB
mtr_add_arg($args, "--loose-innodb");
mtr_add_arg($args, "--loose-innodb-log-file-size=5M");
mtr_add_arg($args, "--disable-sync-frm");
mtr_add_arg($args, "--tmpdir=%s", "$opt_vardir/tmp/");
mtr_add_arg($args, "--core-file");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment