mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-27 09:01:50 +03:00
Renamed transcation_context to transaction
This commit is contained in:
@ -39,7 +39,7 @@ namespace db
|
||||
}
|
||||
bool active() const { return cc_ != nullptr; }
|
||||
void start(client* cc);
|
||||
void apply(const wsrep::transaction_context&);
|
||||
void apply(const wsrep::transaction&);
|
||||
void commit();
|
||||
void rollback();
|
||||
db::client* client() { return cc_; }
|
||||
@ -49,7 +49,7 @@ namespace db
|
||||
db::storage_engine& se_;
|
||||
db::client* cc_;
|
||||
};
|
||||
void bf_abort_some(const wsrep::transaction_context& tc);
|
||||
void bf_abort_some(const wsrep::transaction& tc);
|
||||
long long bf_aborts() const { return bf_aborts_; }
|
||||
private:
|
||||
wsrep::default_mutex mutex_;
|
||||
|
Reference in New Issue
Block a user