diff --git a/mysql-test/lib/mtr_report.pl b/mysql-test/lib/mtr_report.pl index 0ceb6452438..7daf6743b03 100644 --- a/mysql-test/lib/mtr_report.pl +++ b/mysql-test/lib/mtr_report.pl @@ -416,12 +416,12 @@ sub mtr_report_stats ($) { # maria-recovery.test has warning about missing log file /File '.*maria_log.000.*' not found \(Errcode: 2\)/ or # and about marked-corrupted table - /Table '.\/mysqltest\/t_corrupted1' is crashed, skipping it. Please repair it with maria_chk -r/ or + /Table '..mysqltest.t_corrupted1' is crashed, skipping it. Please repair it with maria_chk -r/ or # maria-recover.test corrupts tables on purpose - /Checking table: '.\/mysqltest\/t_corrupted2'/ or - /Recovering table: '.\/mysqltest\/t_corrupted2'/ or - /Table '.\/mysqltest\/t_corrupted2' is marked as crashed and should be repaired/ or - /Incorrect key file for table '.\/mysqltest\/t_corrupted2.MAI'; try to repair it/ + /Checking table: '..mysqltest.t_corrupted2'/ or + /Recovering table: '..mysqltest.t_corrupted2'/ or + /Table '..mysqltest.t_corrupted2' is marked as crashed and should be repaired/ or + /Incorrect key file for table '..mysqltest.t_corrupted2.MAI'; try to repair it/ ) { next; # Skip these lines