Skip to content

Commit

Permalink
MDEV-35430: Add cast to semi-sync wait skip msg
Browse files Browse the repository at this point in the history
This came after I prepared #3493.
  • Loading branch information
ParadoxV5 committed Jan 10, 2025
1 parent 1b8358d commit 9ed736f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/semisync_master.cc
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ int Repl_semi_sync_master::commit_trx(const char *trx_wait_binlog_name,
"Skipping semi-sync wait for transaction at pos %s, %lu. This "
"should be because semi-sync turned off and on during the "
"lifetime of this transaction.",
trx_wait_binlog_name, trx_wait_binlog_pos););
trx_wait_binlog_name, (unsigned long) trx_wait_binlog_pos););

/* The only known reason for a missing entry at this point is if
* semi-sync was turned off then on, so on debug builds, we track
Expand Down

0 comments on commit 9ed736f

Please sign in to comment.