1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-10840 sql_mode=ORACLE: RAISE statement for predefined exceptions

This commit is contained in:
Alexander Barkov
2016-09-27 13:22:38 +04:00
parent 76714a5c9a
commit 7fa1ad14dc
12 changed files with 434 additions and 45 deletions

View File

@@ -3197,6 +3197,9 @@ public:
bool sp_for_loop_index_and_bounds(THD *thd, const Lex_for_loop_st &loop);
bool sp_for_loop_finalize(THD *thd, const Lex_for_loop_st &loop);
bool add_signal_statement(THD *thd, const class sp_condition_value *value);
bool add_resignal_statement(THD *thd, const class sp_condition_value *value);
// Check if "KEY IF NOT EXISTS name" used outside of ALTER context
bool check_add_key(DDL_options_st ddl)
{