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
add args to lost connection error when getting system data
This commit is contained in:
committed by
Leonid Fedorov
parent
6831b82515
commit
d031239844
@ -284,7 +284,7 @@ std::string WErrorCodes::errorString(int code)
|
||||
case ERR_FILE_DISK_SPACE:
|
||||
{
|
||||
logging::Message::Args args;
|
||||
args.add("configured by WriteEngine.MaxFileSystemDiskUsagePct in columnstore.xml");
|
||||
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