mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
reduce diffs to the 5.5 version, remove random change in mysql-test-run.pl
This commit is contained in:
parent
b7cf6abe52
commit
b1422b8f1b
1 changed files with 1 additions and 3 deletions
|
@ -3495,9 +3495,7 @@ sub mysql_install_db {
|
|||
mtr_add_arg($args, "--loose-skip-ndbcluster");
|
||||
mtr_add_arg($args, "--loose-skip-aria");
|
||||
mtr_add_arg($args, "--disable-sync-frm");
|
||||
mtr_add_arg($args, "--tmpdir=.");
|
||||
mtr_add_arg($args, "--max_allowed_packet=8M");
|
||||
mtr_add_arg($args, "--net_buffer_length=16K");
|
||||
mtr_add_arg($args, "--tmpdir=%s", "$opt_vardir/tmp/");
|
||||
mtr_add_arg($args, "--core-file");
|
||||
|
||||
if ( $opt_debug )
|
||||
|
|
Loading…
Add table
Reference in a new issue