mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
fix the test case for windows: replace_result \\ /
This commit is contained in:
parent
5a8da660a8
commit
bbf1a7961a
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue