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
chore(rbo,rules,QA): clone now does not copy OB, GB, HAVING and optionally filters.
This commit is contained in:
@@ -101,7 +101,6 @@ void derivedTableOptimization(gp_walk_info* gwip, SCSEP& csep)
|
||||
|
||||
for (int64_t i = cols.size() - 1; i >= 0; i--)
|
||||
{
|
||||
// if (cols[i]->derivedTable().empty())
|
||||
if (cols[i]->refCount() == 0)
|
||||
{
|
||||
if (cols[i]->derivedRefCol())
|
||||
|
||||
Reference in New Issue
Block a user