1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-21 09:20:51 +03:00

chore(QA,plugin): moving statistics code to prepare for PRIMARY KEY support in QA.

This commit is contained in:
drrtuy
2025-10-07 21:56:46 +00:00
parent 47008a2a3f
commit fb98e46bfc
10 changed files with 100 additions and 78 deletions

View File

@@ -97,7 +97,7 @@ SCSEP SelectSubQuery::transform()
}
// Insert column statistics
fGwip.mergeTableStatistics(gwi.tableStatisticsMap);
fGwip.mergeTableStatistics(gwi.tableStatistics);
// Insert subselect CSEP
fGwip.subselectList.push_back(csep);