1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

MCOL 4560a (#2302)

MCOL-4560 remove unused Columnstore.xml entries.
Also remove code that accesses those entries but does nothing with it.
This commit is contained in:
David.Hall
2022-03-15 17:17:23 -05:00
committed by GitHub
parent 9c13cca581
commit a848ea24d3
28 changed files with 96 additions and 3522 deletions

View File

@@ -113,7 +113,6 @@ void DictStep::prep(int8_t outputType, bool makeAbsRids)
primMsg->ism.Interleave = 0;
primMsg->ism.Flags = 0;
// primMsg->ism.Flags = PrimitiveMsg::planFlagsToPrimFlags(traceFlags);
primMsg->ism.Command = DICT_SIGNATURE;
primMsg->ism.Size = bufferSize;
primMsg->ism.Type = 2;