We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8898c16 + bcda03b commit 08c493cCopy full SHA for 08c493c
scripts/mysqld_safe.sh
@@ -245,7 +245,7 @@ wsrep_recover_position() {
245
local euid=$(id -u)
246
local ret=0
247
248
- local wr_logfile=$(mktemp wsrep_recovery.XXXXXX)
+ local wr_logfile=$(mktemp /tmp/wsrep_recovery.XXXXXX)
249
250
# safety checks
251
if [ -z $wr_logfile ]; then
@@ -267,7 +267,7 @@ wsrep_recover_position() {
267
268
log_notice "WSREP: Running position recovery with $wr_options"
269
270
- eval_log_error "$mysqld_cmd --wsrep_recover $wr_options 2> $wr_logfile"
+ eval "$mysqld_cmd --wsrep_recover $wr_options 2> $wr_logfile"
271
272
local rp="$(grep 'WSREP: Recovered position:' $wr_logfile)"
273
if [ -z "$rp" ]; then
0 commit comments