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 06c78ba81a8..479fa81edd7 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -2470,7 +2470,6 @@ struct LEX: public Query_tables_list uint8 context_analysis_only; bool drop_temporary, local_file, one_shot_set; bool check_exists; - bool replace; bool autocommit; bool verbose, no_write_to_binlog; |