Skip to content

Commit b5e94c3

Browse files
committed
Merge branch 'mysql-5.5' into mysql-5.6
Bug#17619241 SERVICE OR MYSQLD_SAFE STARTS PICKING WRONG PLUGIN DIRECTORY
2 parents ef036b1 + a3e9500 commit b5e94c3

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)