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
feat(PP,ByteStream): new counting memory allocator
This commit is contained in:
@ -103,7 +103,7 @@ const SBS CompressedInetStreamSocket::read(const struct timespec* timeout, bool*
|
||||
uint32_t storedLen = *(uint32_t*)readBS->buf();
|
||||
|
||||
if (!storedLen)
|
||||
return SBS(new ByteStream(0));
|
||||
return SBS(new ByteStream(0U));
|
||||
|
||||
uncompressedSize = storedLen;
|
||||
ret.reset(new ByteStream(uncompressedSize));
|
||||
|
Reference in New Issue
Block a user