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
DBBuilder: check syscat files instead dirs
This commit is contained in:
committed by
Leonid Fedorov
parent
55b09a71fc
commit
80277a5e7d
@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user