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:
@ -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();
|
||||
|
Reference in New Issue
Block a user