1
0
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:
david hill
2016-06-22 16:00:00 -05:00
parent 1bb58c6916
commit 7d8de28b43
104 changed files with 381 additions and 381 deletions

View File

@@ -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(); }