mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-08-08 02:02:57 +03:00
This is the first version of the SR speedup feature for MariaDB 10.7.
This commit is contained in:
@@ -198,6 +198,17 @@ namespace wsrep
|
||||
// Not going to do this while unit testing
|
||||
}
|
||||
|
||||
void *get_binlog_cache() WSREP_OVERRIDE
|
||||
{
|
||||
return (NULL);
|
||||
}
|
||||
|
||||
int fragment_cache_remove_transaction(
|
||||
const wsrep::id&,
|
||||
wsrep::transaction_id) WSREP_OVERRIDE
|
||||
{
|
||||
return (0);
|
||||
}
|
||||
|
||||
//
|
||||
// Knobs to tune the behavior
|
||||
|
Reference in New Issue
Block a user