summaryrefslogtreecommitdiff
path: root/sql/slave.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/slave.cc')
-rw-r--r--sql/slave.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/slave.cc b/sql/slave.cc
index 100e305530f..c63af63978d 100644
--- a/sql/slave.cc
+++ b/sql/slave.cc
@@ -1762,6 +1762,7 @@ reconnect done to recover from failed read");
from master");
goto err;
}
+ flush_master_info(mi);
// TODO: check debugging abort code
#ifndef DBUG_OFF
if (abort_slave_event_count && !--events_till_abort)