You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-10-31 18:30:33 +03:00
fix(rbo,rules): MCOL-6131 predicate pushdown rule for RBO.
This commit is contained in:
@@ -7474,12 +7474,11 @@ int cs_get_select_plan(ha_columnstore_select_handler* handler, THD* thd, SCSEP&
|
||||
cerr << "-------------- EXECUTION PLAN END --------------\n" << endl;
|
||||
}
|
||||
|
||||
// Derived table projection and filter optimization.
|
||||
// Derived table projection list optimization.
|
||||
derivedTableOptimization(&gwi, csep);
|
||||
|
||||
if (get_unstable_optimizer(thd))
|
||||
{
|
||||
optimizer::RBOptimizerContext ctx(gwi);
|
||||
optimizer::RBOptimizerContext ctx(gwi, *thd);
|
||||
bool csepWasOptimized = optimizer::optimizeCSEP(*csep, ctx);
|
||||
if (csep->traceOn() && csepWasOptimized)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user