You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Mcol 4560 (#2337)
* MCOL-4560 remove unused xml entries and code that references it. There is reader code and variables for some of these settings, but nobody uses them.
This commit is contained in:
@ -115,7 +115,6 @@ const std::string UnassignedName = "unassigned";
|
||||
const std::string configSections[] = {"SystemConfig",
|
||||
"SystemModuleConfig",
|
||||
"SystemModuleConfig",
|
||||
"SystemExtDeviceConfig",
|
||||
"SessionManager",
|
||||
"VersionBuffer",
|
||||
"OIDManager",
|
||||
@ -235,7 +234,6 @@ struct ModuleTypeConfig_s
|
||||
{
|
||||
std::string ModuleType; //!< Module Type
|
||||
std::string ModuleDesc; //!< Module Description
|
||||
std::string RunType; //!< Run Type
|
||||
uint16_t ModuleCount; //!< Module Equipage Count
|
||||
uint16_t ModuleCPUCriticalThreshold; //!< CPU Critical Threahold %
|
||||
uint16_t ModuleCPUMajorThreshold; //!< CPU Major Threahold %
|
||||
|
Reference in New Issue
Block a user