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:
Markus Mäkelä
2021-01-13 13:54:28 +02:00
parent 4ce0f26167
commit fac3ff4366
3 changed files with 4 additions and 3 deletions

View File

@ -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)))
{