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:
@ -2386,6 +2386,9 @@ sub remove_stale_vardir () {
|
||||
mtr_verbose("Removing $opt_vardir/");
|
||||
mtr_rmtree("$opt_vardir/");
|
||||
}
|
||||
# Remove the "tmp" dir
|
||||
mtr_verbose("Removing $opt_tmpdir/");
|
||||
mtr_rmtree("$opt_tmpdir/");
|
||||
}
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user