1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +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

@@ -310,6 +310,12 @@ public:
uint32_t partition,
uint16_t segment ) const;
/* Added for MCOL-3251 */
void getFileNameForPrimProc(FID fid, char* fileName,
uint16_t dbRoot,
uint32_t partition,
uint16_t segment ) const;
/**
* @brief Construct directory path for the specified fid (OID), DBRoot, and
* partition number. Directory does not have to exist, nor is it created.