You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
fix string args
This commit is contained in:
committed by
Leonid Fedorov
parent
7aac943ffe
commit
a501ef8721
@@ -914,7 +914,7 @@ void CalpontSystemCatalog::getSysData_EC(CalpontSelectExecutionPlan& csep, NJLSy
|
|||||||
throw IDBExcept(status);
|
throw IDBExcept(status);
|
||||||
else{
|
else{
|
||||||
Message::Args args;
|
Message::Args args;
|
||||||
args.add("rowGroup status: " + status);
|
args.add("rowGroup status: " + std::to_string(status));
|
||||||
throw IDBExcept(ERR_SYSTEM_CATALOG, args);
|
throw IDBExcept(ERR_SYSTEM_CATALOG, args);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user