Bug#17619241 SERVICE OR MYSQLD_SAFE STARTS PICKING WRONG PLUGIN DIRECTORY
This commit is contained in:
parent
2750b4b738
commit
a3e9500823
@ -504,7 +504,7 @@ if [ -n "${PLUGIN_DIR}" ]; then
|
|||||||
plugin_dir="${PLUGIN_DIR}"
|
plugin_dir="${PLUGIN_DIR}"
|
||||||
else
|
else
|
||||||
# Try to find plugin dir relative to basedir
|
# Try to find plugin dir relative to basedir
|
||||||
for dir in lib/mysql/plugin lib/plugin
|
for dir in lib64/mysql/plugin lib64/plugin lib/mysql/plugin lib/plugin
|
||||||
do
|
do
|
||||||
if [ -d "${MY_BASEDIR_VERSION}/${dir}" ]; then
|
if [ -d "${MY_BASEDIR_VERSION}/${dir}" ]; then
|
||||||
plugin_dir="${MY_BASEDIR_VERSION}/${dir}"
|
plugin_dir="${MY_BASEDIR_VERSION}/${dir}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user