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

MCOL-4810 Add support for missed operation.

This commit is contained in:
Denis Khalikov
2021-10-14 10:50:37 +03:00
parent 7847312448
commit 19a41384bb
3 changed files with 34 additions and 1 deletions

View File

@@ -177,6 +177,7 @@ public:
// This is an overlay b/c the underlying data needs to be any size,
// and alloc'd in one chunk. data can't be a separate dynamic chunk.
// NOTE: Change here, requires a change in 'bytestream.h'.
struct MemChunk
{
uint32_t currentSize;