You've already forked mariadb-columnstore-engine
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:
@ -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
|
||||
|
Reference in New Issue
Block a user