Commit edf668e8 authored by unknown's avatar unknown
Browse files

Don't use the "4.1 vardir trick" on OS that does not have native symlink(i.e windows)

parent 67bd2842
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -758,6 +758,7 @@ sub command_line_setup () {
    $opt_vardir= $default_vardir;
  }
  elsif ( $mysql_version_id < 50000 and
	  ! $glob_win32 and # No supported on platforms without native symlink
	  $opt_vardir ne $default_vardir)
  {
    # Version 4.1 and --vardir was specified