File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 102
102
WSREP_LOG_DIR=${WSREP_LOG_DIR:- " " }
103
103
# if WSREP_LOG_DIR env. variable is not set, try to get it from my.cnf
104
104
if [ -z " $WSREP_LOG_DIR " ]; then
105
- WSREP_LOG_DIR=$( parse_cnf mariadb-10.0 innodb_log_group_home_dir " " )
106
- fi
107
- if [ -z " $WSREP_LOG_DIR " ]; then
108
- WSREP_LOG_DIR=$( parse_cnf mysqld innodb_log_group_home_dir " " )
109
- fi
110
- if [ -z " $WSREP_LOG_DIR " ]; then
111
- WSREP_LOG_DIR=$( parse_cnf server innodb_log_group_home_dir " " )
112
- fi
113
- if [ -z " $WSREP_LOG_DIR " ]; then
114
- WSREP_LOG_DIR=$( parse_cnf mariadb innodb_log_group_home_dir " " )
115
- fi
116
- if [ -z " $WSREP_LOG_DIR " ]; then
117
- WSREP_LOG_DIR=$( parse_cnf mysqld-10.0 innodb_log_group_home_dir " " )
105
+ WSREP_LOG_DIR=$( parse_cnf --mysqld innodb_log_group_home_dir " " )
118
106
fi
119
107
120
108
if [ -n " $WSREP_LOG_DIR " ]; then
You can’t perform that action at this time.
0 commit comments