fix the test case for windows: replace_result \\ /

This commit is contained in:
Sergei Golubchik 2012-03-29 18:06:08 +02:00
parent 5a8da660a8
commit bbf1a7961a

View file

@ -54,6 +54,7 @@ EOF
disable_ps_protocol; # see maria-recover.test
replace_regex /Table.*t1/t1/ ;
replace_result \\ /;
select * from t1;
enable_ps_protocol;
flush table t1;
@ -95,7 +96,9 @@ EOF
check table t2;
check table t2;
repair table t2;
replace_result \\ /;
optimize table t3;
replace_result \\ /;
analyze table t4;
drop database mysqltest;