1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

after review fixes

This commit is contained in:
bell@sanja.is.com.ua
2003-11-23 21:26:43 +02:00
parent 9fbf629cdc
commit afe48d3ce4
7 changed files with 223 additions and 87 deletions

View File

@ -309,7 +309,13 @@ protected:
public:
// list of fields which points to temporary table for union
List<Item> item_list;
// list of types of items inside union (used for union & derived tables)
/*
list of types of items inside union (used for union & derived tables)
Item_type_holders from which this list consist may have pointers to Field,
pointers is valid only after preparing SELECTS of this unit and before
any SELECT of this unit execution
*/
List<Item> types;
/*
Pointer to 'last' select or pointer to unit where stored