1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +03:00

Implemented dbsim high prio service log_dummy_write_set()

The empty implementation of log_dummy_write_set() in dbsim
high priority service implementation left unreleased commit
order critical section behind whenever remote write set failed
certification. Added calls to do empty commit to release the
critical section.

Other:

Implemented ostream operator<< for wsrep:🧵:id, and added
printout of owning thread into transaction debug output.
This commit is contained in:
Teemu Ollakka
2019-01-24 13:34:15 +02:00
parent f30d9c06ce
commit fc5f59d27e
6 changed files with 55 additions and 5 deletions

View File

@ -52,8 +52,7 @@ namespace db
void switch_execution_context(wsrep::high_priority_service&) override
{ }
int log_dummy_write_set(const wsrep::ws_handle&,
const wsrep::ws_meta&) override
{ return 0; }
const wsrep::ws_meta&) override;
bool is_replaying() const override;
void debug_crash(const char*) override { }
private: