You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +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_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
|
||||
// window functions are involved, either in order by or projection.
|
||||
for (; ordercol; ordercol = ordercol->next)
|
||||
|
Reference in New Issue
Block a user