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:
@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user