~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/lib/mtr_report.pl

  • Committer: brian
  • Date: 2008-07-03 12:39:14 UTC
  • Revision ID: brian@localhost.localdomain-20080703123914-lry82qf74f6cbyzs
Disabling myisam tools until incomming link patch from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
524
524
}
525
525
 
526
526
sub mtr_print_header () {
527
 
  print "DEFAULT STORAGE ENGINE: $::opt_engine\n";
 
527
  print "\n";
528
528
  if ( $::opt_timer )
529
529
  {
530
530
    print "TEST                           RESULT         TIME (ms)\n";