summaryrefslogtreecommitdiff
path: root/sql/slave.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/slave.h')
-rw-r--r--sql/slave.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sql/slave.h b/sql/slave.h
index a5bc4d61309..705572bd7a8 100644
--- a/sql/slave.h
+++ b/sql/slave.h
@@ -24,7 +24,7 @@ typedef struct st_master_info
pthread_cond_t cond;
bool inited;
bool old_format; /* master binlog is in 3.23 format */
-
+
st_master_info():pending(0),fd(-1),last_log_seq(0),inited(0),
old_format(0)
{
@@ -148,5 +148,3 @@ extern I_List<i_string_pair> replicate_rewrite_db;
extern I_List<THD> threads;
#endif
-
-