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