You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-59, change calpont.xml
This commit is contained in:
@ -94,7 +94,7 @@ void Config::initConfigCache()
|
||||
|
||||
/*******************************************************************************
|
||||
* DESCRIPTION:
|
||||
* Reload local cache using contents of Calpont.xml file.
|
||||
* Reload local cache using contents of Columnstore.xml file.
|
||||
* PARAMETERS:
|
||||
* none
|
||||
******************************************************************************/
|
||||
@ -107,7 +107,7 @@ void Config::checkReload( )
|
||||
|
||||
config::Config* cf = config::Config::makeConfig();
|
||||
|
||||
// Immediately return if Calpont.xml timestamp has not changed
|
||||
// Immediately return if Columnstore.xml timestamp has not changed
|
||||
if (cf->getCurrentMTime() == fCacheTime)
|
||||
return;
|
||||
|
||||
@ -126,7 +126,7 @@ void Config::checkReload( )
|
||||
m_bulkRoot += "/bulk";
|
||||
}
|
||||
|
||||
// Get latest Calpont.xml timestamp after first access forced a reload
|
||||
// Get latest Columnstore.xml timestamp after first access forced a reload
|
||||
fCacheTime = cf ->getLastMTime();
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
|
@ -724,7 +724,7 @@ int Convertor::getCorrectRowWidth(CalpontSystemCatalog::ColDataType dataType, in
|
||||
* of the file is <DBRoot>/<DirA>/<DirB>/<DirC>/<FName>, or
|
||||
* <DBRoot>/<DirA>/<DirB>/<DirC>/<DirD>/<part#>/<segFName>. The <DBRoot>
|
||||
* entry must be pre-pended by the calling application after calling
|
||||
* this function. The value for <DBRoot> is stored in the Calpont.xml
|
||||
* this function. The value for <DBRoot> is stored in the Columnstore.xml
|
||||
* configuration file.
|
||||
*
|
||||
* PARAMETERS:
|
||||
|
Reference in New Issue
Block a user