You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
MCOL-1497 GROUP BY handler supports outer joins now.
This commit is contained in:
committed by
Roman Nozdrin
parent
0c98a9e745
commit
f53cc73517
@@ -8386,7 +8386,9 @@ int getGroupPlan(gp_walk_info& gwi, SELECT_LEX& select_lex, SCSEP& csep, cal_gro
|
|||||||
gwi.rcWorkStack.push(new ConstantColumn((int64_t)0, ConstantColumn::NUM));
|
gwi.rcWorkStack.push(new ConstantColumn((int64_t)0, ConstantColumn::NUM));
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t failed = buildOuterJoin(gwi, select_lex);
|
SELECT_LEX tmp_select_lex;
|
||||||
|
tmp_select_lex.table_list.first = gi.groupByTables;
|
||||||
|
uint32_t failed = buildOuterJoin(gwi, tmp_select_lex);
|
||||||
|
|
||||||
if (failed) return failed;
|
if (failed) return failed;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user