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:
@ -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
|
||||
|
Reference in New Issue
Block a user