1
0
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:
bell@sanja.is.com.ua
2005-06-29 11:50:29 +03:00
parent 230fe0d77e
commit a01f9d5bcd
2 changed files with 9 additions and 8 deletions

View File

@ -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;