1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-18 23:03:28 +03:00

BUG#27477 Remove tmp-directory on MTR start

This commit is contained in:
Leonard Zhou
2008-12-09 18:52:10 +08:00
parent 62ca604d13
commit bc2095c19e

View File

@ -2386,6 +2386,9 @@ sub remove_stale_vardir () {
mtr_verbose("Removing $opt_vardir/"); mtr_verbose("Removing $opt_vardir/");
mtr_rmtree("$opt_vardir/"); mtr_rmtree("$opt_vardir/");
} }
# Remove the "tmp" dir
mtr_verbose("Removing $opt_tmpdir/");
mtr_rmtree("$opt_tmpdir/");
} }
# #