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-59, change calpont.xml
This commit is contained in:
@ -84,8 +84,8 @@ UmSocketSelector::UmSocketSelector()
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Returns the number of IP addresses defined in the Calpont.xml file
|
||||
// return - uint32_t; the total number of IP addresses in the Calpont.xml file
|
||||
// Returns the number of IP addresses defined in the Columnstore.xml file
|
||||
// return - uint32_t; the total number of IP addresses in the Columnstore.xml file
|
||||
//------------------------------------------------------------------------------
|
||||
uint32_t
|
||||
UmSocketSelector::ipAddressCount() const
|
||||
@ -101,7 +101,7 @@ UmSocketSelector::ipAddressCount() const
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Loads the UM module information from the Calpont.xml file, so that we have
|
||||
// Loads the UM module information from the Columnstore.xml file, so that we have
|
||||
// the list of IP addresses that are valid for each UM. Note that this method
|
||||
// does not insure thread safeness, but that's okay because it is assumed that
|
||||
// it will only be called once from the first call to instance().
|
||||
|
Reference in New Issue
Block a user