mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fixed SP parameter execution
This commit is contained in:
@ -646,6 +646,7 @@ bool st_select_lex::cleanup()
|
||||
|
||||
if (join)
|
||||
{
|
||||
DBUG_ASSERT((st_select_lex*)join->select_lex == this);
|
||||
error|= join->destroy();
|
||||
delete join;
|
||||
join= 0;
|
||||
|
Reference in New Issue
Block a user