You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Merge branch 'stable-23.10' into MCOL-4240
This commit is contained in:
@ -154,7 +154,7 @@ WErrorCodes::WErrorCodes() : fErrorCodes()
|
||||
fErrorCodes[ERR_BULK_SEND_MSG_ERR] = " in a bulk load send msg";
|
||||
fErrorCodes[ERR_BULK_MISSING_EXTENT_ENTRY] = " missing Extent Entry when trying to save LBID info for CP";
|
||||
fErrorCodes[ERR_BULK_MISSING_EXTENT_ROW] = " missing Extent Row when trying to save LBID info for CP";
|
||||
fErrorCodes[ERR_BULK_ROW_FILL_BUFFER] = " Single row fills read buffer; try larger read buffer.";
|
||||
fErrorCodes[ERR_BULK_ROW_FILL_BUFFER] = " Single row fills read buffer; try larger read buffer via -c flag in cpimport";
|
||||
fErrorCodes[ERR_BULK_DBROOT_CHANGE] = " Local PM DBRoot settings changed during bulk load.";
|
||||
fErrorCodes[ERR_BULK_ROLLBACK_MISS_ROOT] = " Mode3 automatic rollback not performed. DBRoot missing.";
|
||||
fErrorCodes[ERR_BULK_ROLLBACK_SEG_LIST] = " Error building segment file list in a directory.";
|
||||
@ -284,8 +284,7 @@ std::string WErrorCodes::errorString(int code)
|
||||
case ERR_FILE_DISK_SPACE:
|
||||
{
|
||||
logging::Message::Args args;
|
||||
std::string msgArg; // empty str arg; no extra info in this context
|
||||
args.add(msgArg);
|
||||
args.add("configured by WriteEngine.MaxFileSystemDiskUsagePct in Columnstore.xml");
|
||||
return logging::IDBErrorInfo::instance()->errorMsg(logging::ERR_EXTENT_DISK_SPACE, args);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user