1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1

into sanja.is.com.ua:/home/bell/mysql/bk/work-item-4.1
This commit is contained in:
bell@sanja.is.com.ua
2003-06-19 15:25:41 +03:00
341 changed files with 13646 additions and 15405 deletions

View File

@ -389,7 +389,7 @@ int st_select_lex_unit::cleanup()
JOIN *join;
if ((join= sl->join))
{
error|= sl->join->cleanup(thd);
error|= sl->join->cleanup();
delete join;
}
}