1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-31 18:30:33 +03:00

chore(rbo): simplistic rulle application logging.

This commit is contained in:
drrtuy
2025-08-08 15:26:12 +00:00
committed by Leonid Fedorov
parent bbac8e70a1
commit fa76344cfc
3 changed files with 9 additions and 4 deletions

View File

@@ -7478,7 +7478,7 @@ int cs_get_select_plan(ha_columnstore_select_handler* handler, THD* thd, SCSEP&
derivedTableOptimization(&gwi, csep);
{
optimizer::RBOptimizerContext ctx(gwi, *thd);
optimizer::RBOptimizerContext ctx(gwi, *thd, csep->traceOn());
bool csepWasOptimized = optimizer::optimizeCSEP(*csep, ctx);
if (csep->traceOn() && csepWasOptimized)
{