mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
Remove hack that removes vardir
This commit is contained in:
parent
00cfa1c0f2
commit
b121562b38
1 changed files with 0 additions and 3 deletions
|
|
@ -802,9 +802,6 @@ 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");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue