1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

WIP with map clean-up

This commit is contained in:
Roman Nozdrin
2022-06-27 19:05:46 +00:00
committed by Roman Nozdrin
parent 0e8014db02
commit a3c582d9fe
3 changed files with 17 additions and 2 deletions

View File

@ -1998,6 +1998,8 @@ struct ReadThread
idbassert(bs->length() >= sizeof(ISMPacketHeader));
const ISMPacketHeader* ismHdr = reinterpret_cast<const ISMPacketHeader*>(bs->buf());
// uint64_t someVal = ismHdr->Command;
// std::cout << " PP read thread Command " << someVal << std::endl;
/* This switch is for the OOB commands */
switch (ismHdr->Command)