You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-21 09:20:51 +03:00
MCOL-3577: Add functionality to sync S3 storage for suspendDatabaseWrites.
This commit is contained in:
@@ -110,4 +110,9 @@ bool SMFileSystem::filesystemIsUp() const
|
||||
return (comm->ping() == 0);
|
||||
}
|
||||
|
||||
bool SMFileSystem::filesystemSync() const
|
||||
{
|
||||
SMComm *comm = SMComm::get();
|
||||
return (comm->sync() == 0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user