Addendum to bug #11764517 : don't create links for --mem directory, move the --vardir instead.

The new --secure-file-priv checks dereference any symlinks in the paths and compare the 
resolved paths.
Thus the 5.0 test suite must do as the 5.1 and up and avoid using symlinks.
This commit is contained in:
Georgi Kodinov 2011-05-04 19:23:23 +03:00
parent 1cf483aa58
commit 93f62d51a8

View file

@ -873,6 +873,10 @@ sub command_line_setup () {
last;
}
}
# point vardir to the mem location
$opt_vardir= $opt_mem;
undef $opt_mem;
}
# --------------------------------------------------------------------------