Commit df3ad110 authored by Nirbhay Choubey's avatar Nirbhay Choubey

MDEV-9598: Donor's rsync SST script hangs if FTWRL fails

Post-fix: initialize err
parent d31d6d31
......@@ -976,7 +976,7 @@ static int sst_flush_tables(THD* thd)
{
WSREP_INFO("Flushing tables for SST...");
int err;
int err= 0;
int not_used;
/*
Files created to notify the SST script about the outcome of table flush
......
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