diff options
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 84b5cf3454b..a3986d7d6ff 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -682,6 +682,7 @@ typedef struct st_lex uint8 describe; uint8 derived_tables; uint8 create_view_algorithm; + uint8 create_view_check; bool drop_if_exists, drop_temporary, local_file, one_shot_set; bool in_comment, ignore_space, verbose, no_write_to_binlog; /* special JOIN::prepare mode: changing of query is prohibited */ |