1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-25 21:41:56 +03:00

Add sr_state_ in wsrep::transaction.

Add debug messages.
This commit is contained in:
Pekka Lampio
2021-07-12 16:23:42 +03:00
parent cad03e903c
commit b5f2db2c9c
4 changed files with 55 additions and 2 deletions

View File

@ -220,7 +220,7 @@ namespace wsrep
#ifdef WITH_WSREP_SR_SPEEDUP
/**
* Return the binlog cache for the currently execution
* Return the binlog cache for the currently executing
* transaction or a NULL pointer if no such cache exists.
*/
virtual void *get_binlog_cache() = 0;