1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug #42507 mtr2: the --check is fooled up by a code executed in --init_file

mtr *thinks* there's a side effect
Use the new force_restart() to avoid running the check-testcase
This commit is contained in:
Bjorn Munch
2009-04-02 13:00:44 +02:00
parent c3a43bcaa6
commit edbfc0cb16
2 changed files with 10 additions and 2 deletions

View File

@ -4,6 +4,7 @@ SELECT * INTO @Y FROM init_file.startup limit 1,1;
SELECT YEAR(@X)-YEAR(@Y);
YEAR(@X)-YEAR(@Y)
0
DROP DATABASE init_file;
ok
end of 4.1 tests
select * from t1;
@ -19,3 +20,5 @@ y
3
11
13
drop table t1, t2;
call mtr.force_restart();