Commit a5074597 authored by msvensson@neptunus.(none)'s avatar msvensson@neptunus.(none)
Browse files

Merge bk-internal:/home/bk/mysql-4.1-build

into  neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
parents 33c248ee 6541302b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -802,6 +802,9 @@ sub command_line_setup () {
    {
      # Only platforms that have native symlinks can use the vardir trick
      $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");
    }