You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
Fix indentation
This commit is contained in:
@ -6912,13 +6912,6 @@ int getSelectPlan(gp_walk_info& gwi, SELECT_LEX& select_lex, SCSEP& csep, bool i
|
|||||||
algorithm::to_lower(lower_create_query);
|
algorithm::to_lower(lower_create_query);
|
||||||
algorithm::to_lower(lower_select_query);
|
algorithm::to_lower(lower_select_query);
|
||||||
|
|
||||||
// Group by list. not valid for union main query
|
|
||||||
if (gwi.thd->infinidb_vtable.vtable_state == THD::INFINIDB_CREATE_VTABLE && !unionSel)
|
|
||||||
{
|
|
||||||
gwi.clauseType = GROUP_BY;
|
|
||||||
Item* nonSupportItem = NULL;
|
|
||||||
ORDER* groupcol = reinterpret_cast<ORDER*>(select_lex.group_list.first);
|
|
||||||
|
|
||||||
// check if window functions are in order by. InfiniDB process order by list if
|
// check if window functions are in order by. InfiniDB process order by list if
|
||||||
// window functions are involved, either in order by or projection.
|
// window functions are involved, either in order by or projection.
|
||||||
for (; ordercol; ordercol = ordercol->next)
|
for (; ordercol; ordercol = ordercol->next)
|
||||||
|
Reference in New Issue
Block a user