add a proper cleanup to innodb.innodb-mdev7046 test

This commit is contained in:
Sergei Golubchik 2014-12-01 23:56:36 +01:00
parent ba076763ec
commit 433b28cede

View file

@ -29,3 +29,6 @@ CREATE TABLE t1(id INT,purchased DATE)PARTITION BY RANGE(YEAR(purchased)) SUBPAR
ALTER TABLE t1 ENGINE=InnoDB;
drop table t1;
let $datadir=`select @@datadir`;
--remove_file $datadir/test/db.opt