~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/test-run.pl

Fix pidfile argument.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2568
2568
                $prefix, $path_vardir_trace, $mysqld->{'type'}, $sidx);
2569
2569
  }
2570
2570
 
2571
 
  mtr_add_arg($args, "%s--sort-buffer=256K", $prefix);
 
2571
  mtr_add_arg($args, "%s--sort-buffer-size=256K", $prefix);
2572
2572
  mtr_add_arg($args, "%s--max-heap-table-size=1M", $prefix);
2573
2573
 
2574
2574
  if ( $opt_warnings )