mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-23094: Multiple calls to a Stored Procedure from another Stored Procedure crashes server
Added system-SELECT to IF/WHILE/REPET/FOR for correct subqueries connecting. Added control of system/usual selects for correct error detection.
This commit is contained in:
@ -2080,6 +2080,8 @@ bool st_select_lex::cleanup()
|
||||
bool error= FALSE;
|
||||
DBUG_ENTER("st_select_lex::cleanup()");
|
||||
|
||||
DBUG_PRINT("info", ("select: %p (%u) JOIN %p",
|
||||
this, select_number, join));
|
||||
cleanup_order(order_list.first);
|
||||
cleanup_order(group_list.first);
|
||||
cleanup_ftfuncs(this);
|
||||
|
Reference in New Issue
Block a user