Commit d6a24aac authored by Bob Dempsey's avatar Bob Dempsey Committed by Aleksey Midenkov

STRY52685064: make sure plugin_dir has a value (#53)

parent 88244e01
......@@ -541,6 +541,7 @@ fi
mysqld_bootstrap="${MYSQLD_BOOTSTRAP-$mysqld}"
mysqld_install_cmd_line()
{
test -z "$plugindir" && plugindir=$basedir/lib/plugin
"$mysqld_bootstrap" $defaults $defaults_group_suffix "$mysqld_opt" --bootstrap $silent_startup\
"--basedir=$basedir" "--datadir=$ldata" --log-warnings=0 --enforce-storage-engine="" \
"--plugin-dir=${plugindir}" \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment