mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
This is the first version of the SR speedup feature for MariaDB 10.7.
This commit is contained in:
@ -89,6 +89,19 @@ namespace db
|
||||
|
||||
void debug_sync(const char*) override { }
|
||||
void debug_crash(const char*) override { }
|
||||
|
||||
void *get_binlog_cache() override
|
||||
{
|
||||
return (NULL);
|
||||
}
|
||||
|
||||
int fragment_cache_remove_transaction(
|
||||
const wsrep::id&,
|
||||
wsrep::transaction_id) override
|
||||
{
|
||||
return (0);
|
||||
}
|
||||
|
||||
private:
|
||||
db::client& client_;
|
||||
wsrep::client_state& client_state_;
|
||||
|
Reference in New Issue
Block a user