1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-3251

Moved the new logic into we_fileop to maintain existing encapsulation.
This commit is contained in:
Patrick LeBlanc
2020-03-13 15:18:55 -04:00
parent ee682b834f
commit a65c8e4544
4 changed files with 30 additions and 60 deletions

View File

@ -153,12 +153,6 @@ private:
uint32_t fDecreaseOpenFilesCount;
bool fFDCacheTrace;
std::ofstream fFDTraceFile;
std::map<int, std::string> dbRootCache;
boost::mutex dbRootCacheLock;
void loadDBRootCache();
time_t lastConfigMTime;
};
// @bug2631, for remount filesystem by loadBlock() in primitiveserver