summaryrefslogtreecommitdiff
path: root/sql/sql_repl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_repl.h')
-rw-r--r--sql/sql_repl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_repl.h b/sql/sql_repl.h
index d6fafd31f21..c12e0536058 100644
--- a/sql/sql_repl.h
+++ b/sql/sql_repl.h
@@ -6,6 +6,7 @@
typedef struct st_slave_info
{
uint32 server_id;
+ uint32 rpl_recovery_rank, master_id;
char host[HOSTNAME_LENGTH+1];
char user[USERNAME_LENGTH+1];
char password[HASH_PASSWORD_LENGTH+1];