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

fixed cleanup of result object of subqueries. (BUG#8125)

This commit is contained in:
bell@sanja.is.com.ua
2005-01-26 15:27:45 +02:00
parent 6d71acf01e
commit 0bf6e3aefc
5 changed files with 41 additions and 0 deletions

View File

@ -1381,6 +1381,7 @@ public:
select_max_min_finder_subselect(Item_subselect *item, bool mx)
:select_subselect(item), cache(0), fmax(mx)
{}
void cleanup();
bool send_data(List<Item> &items);
bool cmp_real();
bool cmp_int();