You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-24 14:20:59 +03:00
MCOL-59, change calpont.xml
This commit is contained in:
@@ -97,9 +97,9 @@ class UmSocketSelector
|
||||
~UmSocketSelector()
|
||||
{ };
|
||||
|
||||
/** @brief Accessor to total number of UM IP's in Calpont.xml.
|
||||
/** @brief Accessor to total number of UM IP's in Columnstore.xml.
|
||||
*
|
||||
* @return Number of UM IP addresses read from Calpont.xml.
|
||||
* @return Number of UM IP addresses read from Columnstore.xml.
|
||||
*/
|
||||
uint32_t ipAddressCount() const;
|
||||
|
||||
@@ -180,9 +180,9 @@ class UmModuleIPs
|
||||
~UmModuleIPs ( )
|
||||
{ };
|
||||
|
||||
/** @brief Accessor to number of IP's from Calpont.xml for this UM.
|
||||
/** @brief Accessor to number of IP's from Columnstore.xml for this UM.
|
||||
*
|
||||
* @return Number of IP addresses read from Calpont.xml for this UM.
|
||||
* @return Number of IP addresses read from Columnstore.xml for this UM.
|
||||
*/
|
||||
uint32_t ipAddressCount() const
|
||||
{ return fUmIPSocketConns.size(); }
|
||||
|
||||
Reference in New Issue
Block a user