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
Eventually found the problem with rename(). Was calling
::unlink() instead of our unlink/remove.
This commit is contained in:
@ -110,7 +110,6 @@ 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