You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
MCOL-4810 Add support for missed operation for longStrings
.
This commit is contained in:
@@ -471,6 +471,13 @@ protected:
|
||||
void doCopy(const ByteStream& rhs);
|
||||
|
||||
private:
|
||||
// Put struct `MemChunk` declaration here, to avoid circular dependency.
|
||||
struct MemChunk
|
||||
{
|
||||
uint32_t currentSize;
|
||||
uint32_t capacity;
|
||||
uint8_t data[];
|
||||
};
|
||||
|
||||
uint8_t* fBuf; ///the start of the allocated buffer
|
||||
uint8_t* fCurInPtr; //the point in fBuf where data is inserted next
|
||||
|
Reference in New Issue
Block a user