Commit c4131404 authored by Sergei Golubchik's avatar Sergei Golubchik

fix the test case for windows: replace_result \\ /

parent 4e096b75
...@@ -54,6 +54,7 @@ EOF ...@@ -54,6 +54,7 @@ EOF
disable_ps_protocol; # see maria-recover.test disable_ps_protocol; # see maria-recover.test
replace_regex /Table.*t1/t1/ ; replace_regex /Table.*t1/t1/ ;
replace_result \\ /;
select * from t1; select * from t1;
enable_ps_protocol; enable_ps_protocol;
flush table t1; flush table t1;
...@@ -95,7 +96,9 @@ EOF ...@@ -95,7 +96,9 @@ EOF
check table t2; check table t2;
check table t2; check table t2;
repair table t2; repair table t2;
replace_result \\ /;
optimize table t3; optimize table t3;
replace_result \\ /;
analyze table t4; analyze table t4;
drop database mysqltest; drop database mysqltest;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment