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. Bad file-not-found error msg from PrimProc
Wrote a different method for PrimProc to use to get filenames.
This commit is contained in:
@ -83,7 +83,7 @@ public:
|
||||
uint32_t& fileBlockOffset);
|
||||
|
||||
void buildOidFileName(const BRM::OID_t oid,
|
||||
const uint16_t dbRoot,
|
||||
uint16_t dbRoot,
|
||||
const uint16_t partNum,
|
||||
const uint32_t segNum,
|
||||
char* file_name);
|
||||
@ -153,6 +153,11 @@ private:
|
||||
uint32_t fDecreaseOpenFilesCount;
|
||||
bool fFDCacheTrace;
|
||||
std::ofstream fFDTraceFile;
|
||||
|
||||
std::map<int, std::string> dbRootCache;
|
||||
boost::mutex dbRootCacheLock;
|
||||
void loadDBRootCache();
|
||||
time_t lastConfigMTime;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user