diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2022-11-14 16:22:11 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2022-11-14 16:22:11 +0200 |
commit | 1895c769c2c4170fa4d6f46f0014e98ea6295794 (patch) | |
tree | 45104785b62aed90f7f12e54e5c50705e170ce8e | |
parent | 043c1d183088c7179037bb562d1715848fdf9d7e (diff) | |
download | mariadb-git-1895c769c2c4170fa4d6f46f0014e98ea6295794.tar.gz |
Clean up file load.in in a test
This fixes the following test invocation:
./mtr --no-reorder parts.partition_special_myisam parts.partition_debug
This was broken ever since afd4b25d8a0ab1447d37033a377ee05a03314d44
a.k.a. mysql/mysql-server@bde21e58108a1f311d15088c50414bb43ab45d62
-rw-r--r-- | mysql-test/suite/parts/t/partition_special_myisam.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/parts/t/partition_special_myisam.test b/mysql-test/suite/parts/t/partition_special_myisam.test index 5a573259373..b6f25484f3a 100644 --- a/mysql-test/suite/parts/t/partition_special_myisam.test +++ b/mysql-test/suite/parts/t/partition_special_myisam.test @@ -74,6 +74,7 @@ COMMIT; --connection con3 --reap +--remove_file $MYSQLD_DATADIR/test/load.in DROP TABLE t1; --disconnect con3 |