mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Make sure Maria can be run with different page sizes in test system.
This commit is contained in:
parent
2b73d21530
commit
3a056ae502
1 changed files with 1 additions and 0 deletions
|
@ -3186,6 +3186,7 @@ sub install_db ($$) {
|
|||
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, "--loose-skip-maria");
|
||||
mtr_add_arg($args, "--disable-sync-frm");
|
||||
mtr_add_arg($args, "--loose-disable-debug");
|
||||
mtr_add_arg($args, "--tmpdir=.");
|
||||
|
|
Loading…
Reference in a new issue