mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge bk-internal:/home/bk/mysql-4.1-build
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint mysql-test/mysql-test-run.pl: Auto merged
This commit is contained in:
@ -802,6 +802,9 @@ sub command_line_setup () {
|
|||||||
{
|
{
|
||||||
# Only platforms that have native symlinks can use the vardir trick
|
# Only platforms that have native symlinks can use the vardir trick
|
||||||
$opt_mem= $opt_vardir;
|
$opt_mem= $opt_vardir;
|
||||||
|
# Delete the default directory in case it exists since we're going to create
|
||||||
|
# a new one later anyway, and the mkpath below throws a fatal error otherwise
|
||||||
|
eval { rmtree($default_vardir, 1, 1); };
|
||||||
mtr_report("Using 4.1 vardir trick");
|
mtr_report("Using 4.1 vardir trick");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user