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
MCOL-498: Fill up the block with NULLs when CS touches for the first time it with INSERT..VALUES.
This commit is contained in:
committed by
Roman Nozdrin
parent
81fe7fa1a9
commit
7cf0d55dd0
@ -1879,7 +1879,7 @@ int FileOp::initDctnryExtent(
|
||||
std::ostringstream oss;
|
||||
std::string errnoMsg;
|
||||
Convertor::mapErrnoToString(savedErrno, errnoMsg);
|
||||
oss << "FileOp::initColumnExtent(): fallocate(" << currFileSize <<
|
||||
oss << "FileOp::initDctnryExtent(): fallocate(" << currFileSize <<
|
||||
", " << writeSize << "): errno = " << savedErrno <<
|
||||
": " << errnoMsg;
|
||||
logging::Message::Args args;
|
||||
|
Reference in New Issue
Block a user