1
0
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:
Roman Nozdrin
2018-03-15 15:50:24 +03:00
committed by Roman Nozdrin
parent 81fe7fa1a9
commit 7cf0d55dd0
3 changed files with 28 additions and 4 deletions

View File

@ -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;