Commit 10afe099 authored by Georgi Kodinov's avatar Georgi Kodinov

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.
parent a32df762
......@@ -873,6 +873,10 @@ sub command_line_setup () {
last;
}
}
# point vardir to the mem location
$opt_vardir= $opt_mem;
undef $opt_mem;
}
# --------------------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment