mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
MDEV-35430: Add cast to semi-sync wait skip msg
This came after I prepared #3493.
This commit is contained in:
parent
43233fe469
commit
faca9500fb
1 changed files with 2 additions and 2 deletions
|
@ -938,8 +938,8 @@ int Repl_semi_sync_master::commit_trx(const char *trx_wait_binlog_name,
|
|||
sql_print_information(
|
||||
"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););
|
||||
"lifetime of this transaction.", trx_wait_binlog_name,
|
||||
static_cast<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
|
||||
|
|
Loading…
Add table
Reference in a new issue