diff options
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 538cec38d43..ac76dddffcb 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -3149,7 +3149,8 @@ public: bool sp_block_with_exceptions_finalize_executable_section(THD *thd, uint executable_section_ip); bool sp_block_with_exceptions_finalize_exceptions(THD *thd, - uint executable_section_ip); + uint executable_section_ip, + uint exception_count); // Check if "KEY IF NOT EXISTS name" used outside of ALTER context bool check_add_key(DDL_options_st ddl) { |