#At bzr+ssh://bk-internal.mysql.com/bzrroot/server/mysql-maria/ based on revid:sanja@stripped
2704 Guilhem Bichot 2008-11-24
Under Windows one can get \ instead of / in file names in error messages (fix for pushbuild warning)
modified:
mysql-test/lib/mtr_report.pl
per-file messages:
mysql-test/lib/mtr_report.pl
Under Windows one can get \ instead of / in file names in error messages
=== modified file 'mysql-test/lib/mtr_report.pl'
--- a/mysql-test/lib/mtr_report.pl 2008-11-21 14:21:50 +0000
+++ b/mysql-test/lib/mtr_report.pl 2008-11-24 13:57:34 +0000
@@ -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
| Thread |
|---|
| • bzr commit into MySQL/Maria:mysql-maria branch (guilhem:2704) | Guilhem Bichot | 24 Nov |