You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Fixed a bug in IDBPolicy that prevented using the system
w/o plugins. A couple other random things.
This commit is contained in:
@ -132,7 +132,7 @@ IDBDataFile::Types IDBPolicy::getType( const std::string& path, Contexts ctxt )
|
||||
{
|
||||
bool isLocal = isLocalFile( path );
|
||||
|
||||
if (isLocal)
|
||||
if (isLocal || (!useHdfs() && !useCloud()))
|
||||
if (ctxt == PRIMPROC)
|
||||
return IDBDataFile::UNBUFFERED;
|
||||
else
|
||||
|
Reference in New Issue
Block a user