~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/lib/mtr_report.pl

  • Committer: Monty Taylor
  • Date: 2008-10-16 06:32:30 UTC
  • mto: (511.1.5 codestyle)
  • mto: This revision was merged to the branch mainline in revision 521.
  • Revision ID: monty@inaugust.com-20081016063230-4brxsra0qsmsg84q
Added -Wunused-macros.

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";