1
0
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:
drrtuy
2025-08-05 16:00:16 +00:00
parent c19c49ba13
commit 6c75faee88
4 changed files with 96 additions and 109 deletions

View File

@@ -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())