mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Added Non-prelocked SP execution: Now a PROCEDURE doesn't enter/leave prelocked mode for
its body, but lets each statement to get/release its own locks. This allows a broader set of statements to be executed inside PROCEDUREs (but breaks replication) This patch should fix BUG#8072, BUG#8766, BUG#9563, BUG#11126
This commit is contained in:
parent
c1c504abf4
commit
de02193bdd
22 changed files with 735 additions and 127 deletions
|
|
@ -2008,6 +2008,7 @@ void st_lex::cleanup_after_one_table_open()
|
|||
time_zone_tables_used= 0;
|
||||
if (sroutines.records)
|
||||
my_hash_reset(&sroutines);
|
||||
sroutines_list.empty();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue