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
Cleaned up the diff vs S3-project.
This commit is contained in:
@@ -123,7 +123,7 @@ bool IDBPolicy::isLocalFile( const std::string& path )
|
||||
//string fileExt = filepath.extension().c_str();
|
||||
#endif
|
||||
bool isXml = filepath.extension() == ".xml";
|
||||
bool isDbrm = path.find("dbrm") != string::npos; // StorageManager: make this depend on config values
|
||||
bool isDbrm = path.find("dbrm") != string::npos; // StorageManager: debatable whether dbrm files should go in the cloud
|
||||
bool isVb = path.find("versionbuffer") != string::npos;
|
||||
bool isScratch = path.find(s_hdfsRdwrScratch) == 0;
|
||||
|
||||
|
Reference in New Issue
Block a user