Commit d3b2e780 authored by Nirbhay Choubey's avatar Nirbhay Choubey

Updated default load option groups.

parent 1ebc055f
...@@ -23,11 +23,11 @@ RSYNC_CONF= ...@@ -23,11 +23,11 @@ RSYNC_CONF=
OS=$(uname) OS=$(uname)
[ "$OS" == "Darwin" ] && export -n LD_LIBRARY_PATH [ "$OS" == "Darwin" ] && export -n LD_LIBRARY_PATH
. $(dirname $0)/wsrep_sst_common
# Setting the path for lsof on CentOS # Setting the path for lsof on CentOS
export PATH="/usr/sbin:/sbin:$PATH" export PATH="/usr/sbin:/sbin:$PATH"
. $(dirname $0)/wsrep_sst_common
cleanup_joiner() cleanup_joiner()
{ {
wsrep_log_info "Joiner cleanup." wsrep_log_info "Joiner cleanup."
...@@ -83,7 +83,7 @@ WSREP_LOG_DIR=${WSREP_LOG_DIR:-""} ...@@ -83,7 +83,7 @@ WSREP_LOG_DIR=${WSREP_LOG_DIR:-""}
if [ -z "$WSREP_LOG_DIR" ]; then if [ -z "$WSREP_LOG_DIR" ]; then
SCRIPT_DIR="$(cd $(dirname "$0"); pwd -P)" SCRIPT_DIR="$(cd $(dirname "$0"); pwd -P)"
WSREP_LOG_DIR=$($SCRIPT_DIR/my_print_defaults --defaults-file \ WSREP_LOG_DIR=$($SCRIPT_DIR/my_print_defaults --defaults-file \
"$WSREP_SST_OPT_CONF" mysqld server mysqld-5.5 \ "$WSREP_SST_OPT_CONF" mysqld server mysqld-5.5 mariadb mariadb-5.5 \
| grep -- '--innodb[-_]log[-_]group[-_]home[-_]dir=' \ | grep -- '--innodb[-_]log[-_]group[-_]home[-_]dir=' \
| cut -b 29- ) | cut -b 29- )
fi fi
......
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