mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
add a proper cleanup to innodb.innodb-mdev7046 test
This commit is contained in:
parent
ba076763ec
commit
433b28cede
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue