mirror of
https://github.com/codership/wsrep-lib.git
synced 2026-01-04 04:13:04 +03:00
Renamed transcation_context to transaction
This commit is contained in:
@@ -157,7 +157,7 @@ namespace wsrep
|
||||
wsrep::client_state& cc(
|
||||
*static_cast<wsrep::client_state*>(ctx));
|
||||
wsrep::high_priority_context high_priority_context(cc);
|
||||
const wsrep::transaction_context& tc(cc.transaction());
|
||||
const wsrep::transaction& tc(cc.transaction());
|
||||
wsrep::ws_meta ws_meta;
|
||||
if (replay_result_ == wsrep::provider::success)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user