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(bytestream,serdes): Distribute BS buf size data type change to avoid implicit data type narrowing
This commit is contained in:
@ -437,7 +437,7 @@ void WEDataLoader::pushData2Cpimport(ByteStream& Ibs)
|
||||
{
|
||||
if (Ibs.length() > 0)
|
||||
{
|
||||
int aLen = Ibs.length();
|
||||
messageqcpp::BSSizeType aLen = Ibs.length();
|
||||
char* pStart = reinterpret_cast<char*>(Ibs.buf());
|
||||
char* pEnd = pStart + aLen;
|
||||
char* pPtr = pStart;
|
||||
|
Reference in New Issue
Block a user