You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-02 06:13:16 +03:00
feat(rbo,rule,QA): fixed JOIN example works with QA for one leg of the JOIN.
This commit is contained in:
@@ -130,7 +130,7 @@ bool Rule::walk(execplan::CalpontSelectExecutionPlan& csep, optimizer::RBOptimiz
|
||||
|
||||
// TODO add walking nested subselect in projection. See CSEP::fSelectSubList
|
||||
|
||||
if (mayApply(*current))
|
||||
if (mayApply(*current, ctx))
|
||||
{
|
||||
rewrite |= applyRule(*current, ctx);
|
||||
++ctx.uniqueId;
|
||||
|
||||
Reference in New Issue
Block a user