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
MCOL-3577: Add functionality to sync S3 storage for suspendDatabaseWrites.
This commit is contained in:
@ -129,6 +129,11 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
virtual bool filesystemSync() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
protected:
|
||||
IDBFileSystem( Types type );
|
||||
|
||||
|
Reference in New Issue
Block a user