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

@@ -277,7 +277,7 @@ execplan::ParseTree* ScalarSub::buildParseTree(PredicateOperator* op)
}
// Insert column statistics
fGwip.mergeTableStatistics(gwi.tableStatisticsMap);
fGwip.mergeTableStatistics(gwi.tableStatistics);
fGwip.subselectList.push_back(csep);