1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug #59182 output of mysql-test-run.pl - mismatch between col names and actual col contents

New patch, avoid global $opt_parallel
I still prefer not to print workerid when not doing parallel
This commit is contained in:
Bjorn Munch
2011-01-12 10:27:46 +01:00
parent 443b3bed2f
commit a27de19468
2 changed files with 11 additions and 6 deletions

View File

@ -438,7 +438,7 @@ sub main {
mtr_report();
mtr_print_thick_line();
mtr_print_header();
mtr_print_header($opt_parallel > 1);
mark_time_used('init');