diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-04-02 13:00:44 +0200 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-04-02 13:00:44 +0200 |
commit | edbfc0cb16b5906785e49b2826b9bcf37fd78f70 (patch) | |
tree | 424c32a823e5c662321101c02f681f2e77126fa1 /mysql-test/r/init_file.result | |
parent | c3a43bcaa6eb7b252b83d8746504529c38361126 (diff) | |
download | mariadb-git-edbfc0cb16b5906785e49b2826b9bcf37fd78f70.tar.gz |
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
Diffstat (limited to 'mysql-test/r/init_file.result')
-rw-r--r-- | mysql-test/r/init_file.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/init_file.result b/mysql-test/r/init_file.result index 8e014815a9c..43ed908ad01 100644 --- a/mysql-test/r/init_file.result +++ b/mysql-test/r/init_file.result @@ -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(); |