mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Better comments
This commit is contained in:
@ -982,7 +982,13 @@ public:
|
|||||||
*/
|
*/
|
||||||
uint top_join_tab_count;
|
uint top_join_tab_count;
|
||||||
uint send_group_parts;
|
uint send_group_parts;
|
||||||
bool group; /**< If query contains GROUP BY clause */
|
/*
|
||||||
|
True if the query has GROUP BY.
|
||||||
|
(that is, if group_by != NULL. when DISTINCT is converted into GROUP BY, it
|
||||||
|
will set this, too. It is not clear why we need a separate var from
|
||||||
|
group_list)
|
||||||
|
*/
|
||||||
|
bool group;
|
||||||
bool need_distinct;
|
bool need_distinct;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user