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
add args to max file system disk usage error
This commit is contained in:
committed by
Leonid Fedorov
parent
c9ba6732e1
commit
3083eb6d95
@ -284,8 +284,7 @@ std::string WErrorCodes::errorString(int code)
|
|||||||
case ERR_FILE_DISK_SPACE:
|
case ERR_FILE_DISK_SPACE:
|
||||||
{
|
{
|
||||||
logging::Message::Args args;
|
logging::Message::Args args;
|
||||||
std::string msgArg; // empty str arg; no extra info in this context
|
args.add("configured by 'WriteEngine' . 'MaxFileSystemDiskUsagePct' in columnstore.xml");
|
||||||
args.add(msgArg);
|
|
||||||
return logging::IDBErrorInfo::instance()->errorMsg(logging::ERR_EXTENT_DISK_SPACE, args);
|
return logging::IDBErrorInfo::instance()->errorMsg(logging::ERR_EXTENT_DISK_SPACE, args);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user