1
0
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:
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

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

View File

@ -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: