MXS-3346: Fix tarball plugin directory
The plugin directory wasn't installed and using --basedir with a path to the extracted tarball wouldn't be enough.
This commit is contained in:
@ -1403,7 +1403,7 @@ bool set_runtime_dirs(const char* basedir)
|
||||
|
||||
if (rv && (rv = handle_path_arg(&path,
|
||||
basedir,
|
||||
"var/" MXS_DEFAULT_CONNECTOR_PLUGIN_SUBPATH,
|
||||
MXS_DEFAULT_CONNECTOR_PLUGIN_SUBPATH,
|
||||
true,
|
||||
false)))
|
||||
{
|
||||
|
Reference in New Issue
Block a user