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 9f9fe6c79b3..a796eca58f9 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -94,7 +94,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; |