You've already forked mariadb-columnstore-engine
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:
committed by
Roman Nozdrin
parent
0e8014db02
commit
a3c582d9fe
@ -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)
|
||||
|
Reference in New Issue
Block a user