1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-15941 Explicit cursor FOR loop does not close the cursor

This commit is contained in:
Alexander Barkov
2018-06-20 13:29:11 +04:00
parent b534a7b89e
commit 9c53cbdd88
11 changed files with 427 additions and 64 deletions

View File

@ -3802,6 +3802,7 @@ public:
sp_for_loop_cursor_finalize(thd, loop) :
sp_for_loop_intrange_finalize(thd, loop);
}
bool sp_for_loop_outer_block_finalize(THD *thd, const Lex_for_loop_st &loop);
/* End of FOR LOOP methods */
bool add_signal_statement(THD *thd, const class sp_condition_value *value);