mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
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:
parent
a32df762d4
commit
10afe0993e
1 changed files with 4 additions and 0 deletions
|
|
@ -873,6 +873,10 @@ sub command_line_setup () {
|
|||
last;
|
||||
}
|
||||
}
|
||||
|
||||
# point vardir to the mem location
|
||||
$opt_vardir= $opt_mem;
|
||||
undef $opt_mem;
|
||||
}
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue