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
The BRM structs aren't using IDBDataFile consistently.
Testing whether forcing them to use IDBDataFiles breaks anything.
This commit is contained in:
@ -110,6 +110,7 @@ vector<IDBDataFile::Types> IDBFactory::listPlugins()
|
||||
|
||||
IDBDataFile* IDBFactory::open(IDBDataFile::Types type, const char* fname, const char* mode, unsigned opts, unsigned colWidth)
|
||||
{
|
||||
/* If this is a tmp file, ie opts & USE_TMPFILE, might want to force that to be a local file */
|
||||
if ( s_plugins.find(type) == s_plugins.end() )
|
||||
{
|
||||
ostringstream oss;
|
||||
|
Reference in New Issue
Block a user