1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Bug #12373916 MTR SHOULD FLAG PRESENCE OF VALGRIND MEMORY LEAK REPORTS IN A CLEARER WAY

Fix: it only worked if some worker had valgrind report from its last test
Flag has to be set both places where report is printed
This commit is contained in:
Bjorn Munch
2011-04-27 09:45:23 +02:00
parent 8cbfe7ae34
commit a5bd300156

View File

@ -5677,6 +5677,7 @@ sub valgrind_exit_reports() {
@culprits); @culprits);
mtr_print_line(); mtr_print_line();
print ("$valgrind_rep\n"); print ("$valgrind_rep\n");
$found_err= 1;
$err_in_report= 0; $err_in_report= 0;
} }
# Make ready to collect new report # Make ready to collect new report