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:
@ -943,6 +943,15 @@ namespace wsrep
|
||||
return 1;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return a reference to the transaction associated
|
||||
* with the client state.
|
||||
*/
|
||||
wsrep::transaction& transaction()
|
||||
{
|
||||
return transaction_;
|
||||
}
|
||||
|
||||
const wsrep::ws_meta& toi_meta() const
|
||||
{
|
||||
return toi_meta_;
|
||||
|
Reference in New Issue
Block a user