~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/lib/mtr_report.pl

  • Committer: Brian Aker
  • Date: 2008-10-11 18:46:03 UTC
  • mfrom: (499.1.1 codestyle)
  • Revision ID: brian@tangent.org-20081011184603-acnvl454409fzhvq
Merging 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 "\n";
 
527
  print "DEFAULT STORAGE ENGINE: $::opt_engine\n";
528
528
  if ( $::opt_timer )
529
529
  {
530
530
    print "TEST                           RESULT         TIME (ms)\n";