diff options
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index ecfb3dec99c..6961ab8c712 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -98,6 +98,8 @@ typedef struct st_lex_master_info uint port, connect_retry; ulonglong pos; ulong server_id; + char* relay_log_name; + ulong relay_log_pos; } LEX_MASTER_INFO; |