diff options
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 82e4736b614..6a966336ad7 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -95,7 +95,6 @@ typedef struct st_lex_master_info { char* host, *user, *password,*log_file_name; uint port, connect_retry; - ulong last_log_seq; ulonglong pos; ulong server_id; } LEX_MASTER_INFO; |