mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
mdev-9864: cleanup, re-factoring.
Added comments.
This commit is contained in:
@ -4682,10 +4682,12 @@ class select_union_recursive :public select_union
|
||||
{
|
||||
public:
|
||||
TABLE *incr_table;
|
||||
TABLE *first_rec_table_to_update;
|
||||
List<TABLE> rec_tables;
|
||||
|
||||
select_union_recursive(THD *thd_arg):
|
||||
select_union(thd_arg), incr_table(0) {};
|
||||
select_union(thd_arg),
|
||||
incr_table(0), first_rec_table_to_update(0) {};
|
||||
|
||||
int send_data(List<Item> &items);
|
||||
bool create_result_table(THD *thd, List<Item> *column_types,
|
||||
|
Reference in New Issue
Block a user