mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
chore: some renames + fix a typo in RETURN_ON_BAD_STATUS (#3763)
* chore: some renames + fix a typo in RETURN_ON_BAD_STATUS Renames in transaction.h - no functional changes. Fix a typo in error.h following #3758 --------- Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
9303591010
commit
b7b4cabacc
7 changed files with 22 additions and 19 deletions
|
@ -2426,7 +2426,7 @@ void ServerFamily::Info(CmdArgList args, ConnectionContext* cntx) {
|
|||
|
||||
if (should_enter("TRANSACTION", true)) {
|
||||
append("tx_shard_polls", m.shard_stats.poll_execution_total);
|
||||
append("tx_shard_immediate_total", m.shard_stats.tx_immediate_total);
|
||||
append("tx_shard_optimistic_total", m.shard_stats.tx_optimistic_total);
|
||||
append("tx_shard_ooo_total", m.shard_stats.tx_ooo_total);
|
||||
append("tx_global_total", m.coordinator_stats.tx_global_cnt);
|
||||
append("tx_normal_total", m.coordinator_stats.tx_normal_cnt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue