mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
Fix for failure of test maria-recover under Windows.
mysql-test/r/maria-recover.result: result update mysql-test/t/maria-recover.test: making test independent of / or \ in file names (failed under Windows) storage/maria/ma_test_force_start.pl: indentation
This commit is contained in:
@@ -24,7 +24,7 @@ select * from t_corrupted2;
|
|||||||
a
|
a
|
||||||
ThursdayMorningsMarket
|
ThursdayMorningsMarket
|
||||||
Warnings:
|
Warnings:
|
||||||
Error 145 Table './mysqltest/t_corrupted2' is marked as crashed and should be repaired
|
Error 145 Table '.t_corrupted2' is marked as crashed and should be repaired
|
||||||
Error 1194 Table 't_corrupted2' is marked as crashed and should be repaired
|
Error 1194 Table 't_corrupted2' is marked as crashed and should be repaired
|
||||||
Error 1034 1 client is using or hasn't closed the table properly
|
Error 1034 1 client is using or hasn't closed the table properly
|
||||||
Error 1034 Wrong base information on indexpage at page: 1
|
Error 1034 Wrong base information on indexpage at page: 1
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ EOF
|
|||||||
|
|
||||||
# line below will be removed
|
# line below will be removed
|
||||||
disable_ps_protocol;
|
disable_ps_protocol;
|
||||||
|
replace_regex /.mysqltest.t_corrupted2/t_corrupted2/ ;
|
||||||
select * from t_corrupted2; # should show corruption and repair messages
|
select * from t_corrupted2; # should show corruption and repair messages
|
||||||
enable_ps_protocol;
|
enable_ps_protocol;
|
||||||
select * from t_corrupted2; # should show just rows
|
select * from t_corrupted2; # should show just rows
|
||||||
|
|||||||
Reference in New Issue
Block a user