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

DBBuilder: check syscat files instead dirs

This commit is contained in:
Denis Khalikov
2024-11-25 16:02:37 +00:00
committed by Leonid Fedorov
parent 55b09a71fc
commit 80277a5e7d
3 changed files with 28 additions and 7 deletions

View File

@ -27,7 +27,6 @@
#include <map>
#include <boost/thread.hpp>
#include "we_blockop.h"
#include "we_brm.h"
#include "we_config.h"
@ -130,6 +129,12 @@ class FileOp : public BlockOp, public WeUIDGID
*/
EXPORT bool existsOIDDir(FID fid) const;
/**
* @brief Check whether a column file exists by the given `fid` in all
* available db roots and default values for `partition` and `segment`.
*/
EXPORT bool existsDefaultFile(FID fid) const;
/**
* @brief Expand current abbreviated extent for this column to a full extent
*