Skip to content

Commit a3e9500

Browse files
committed
Bug#17619241 SERVICE OR MYSQLD_SAFE STARTS PICKING WRONG PLUGIN DIRECTORY
1 parent 2750b4b commit a3e9500

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/mysqld_safe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ if [ -n "${PLUGIN_DIR}" ]; then
504504
plugin_dir="${PLUGIN_DIR}"
505505
else
506506
# Try to find plugin dir relative to basedir
507-
for dir in lib/mysql/plugin lib/plugin
507+
for dir in lib64/mysql/plugin lib64/plugin lib/mysql/plugin lib/plugin
508508
do
509509
if [ -d "${MY_BASEDIR_VERSION}/${dir}" ]; then
510510
plugin_dir="${MY_BASEDIR_VERSION}/${dir}"

0 commit comments

Comments
 (0)