From 9ed736f2a3b17e556c9bbc4f7b2296b552687e89 Mon Sep 17 00:00:00 2001 From: ParadoxV5 Date: Thu, 9 Jan 2025 19:22:50 -0700 Subject: [PATCH] MDEV-35430: Add cast to semi-sync wait skip msg This came after I prepared #3493. --- sql/semisync_master.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/semisync_master.cc b/sql/semisync_master.cc index 437b9bb99b4a4..3729ce6642786 100644 --- a/sql/semisync_master.cc +++ b/sql/semisync_master.cc @@ -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