~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/test-run.pl

  • Committer: Brian Aker
  • Date: 2008-07-28 03:49:15 UTC
  • mfrom: (212.1.9 codestyle)
  • Revision ID: brian@tangent.org-20080728034915-535nc0b1920hra39
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
2529
2529
  mtr_add_arg($args, "%s--datadir=%s", $prefix,
2530
2530
              $mysqld->{'path_myddir'});
2531
2531
 
2532
 
 
2533
 
  if ( $mysql_version_id >= 50106 )
2534
 
  {
2535
 
    # Turn on logging to bothe tables and file
2536
 
    mtr_add_arg($args, "%s--log-output=table,file", $prefix);
2537
 
  }
2538
 
 
2539
2532
  my $log_base_path= "$opt_vardir/log/$mysqld->{'type'}$sidx";
2540
2533
  mtr_add_arg($args, "%s--log=%s.log", $prefix, $log_base_path);
2541
2534
  mtr_add_arg($args,