1
0
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:
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();
//--------------------------------------------------------------------------