You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
feat(bytestream,serdes): Distribute BS buf size data type change to avoid implicit data type narrowing
This commit is contained in:
@ -172,6 +172,8 @@ class ColumnCommand : public Command
|
||||
|
||||
// the length of base prim msg, which is everything up to the
|
||||
// rid array for the pCol message
|
||||
// !!! This attribute is used to store a sum which arg type is potentially uint64_t.
|
||||
// As of 23.02.10 uint32_t here is always enough for the purpose of this attribute though.
|
||||
uint32_t baseMsgLength;
|
||||
|
||||
uint64_t lbid;
|
||||
|
Reference in New Issue
Block a user