diff options
author | Alexander Barkov <bar@mariadb.com> | 2018-06-20 13:29:11 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2018-06-20 13:29:11 +0400 |
commit | 9c53cbdd8887f0f8bcdade24a4be183a3b354bc9 (patch) | |
tree | 0301dfd03a919bb961f021df0eb2e37b817aaa9d /sql/sql_lex.h | |
parent | b534a7b89ef39cd75bfe09524be044bc16ea2f48 (diff) | |
download | mariadb-git-9c53cbdd8887f0f8bcdade24a4be183a3b354bc9.tar.gz |
MDEV-15941 Explicit cursor FOR loop does not close the cursor
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 8ea9a551a65..89c5688ad96 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -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); |