mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixed some compiler warnings
This commit is contained in:
committed by
Sergei Golubchik
parent
f71bed08ca
commit
9e1cc831f2
@ -1945,7 +1945,7 @@ static bool abort_replicated(THD *thd)
|
||||
bool ret_code= false;
|
||||
if (thd->wsrep_query_state== QUERY_COMMITTING)
|
||||
{
|
||||
WSREP_DEBUG("aborting replicated trx: %lu", thd->real_id);
|
||||
WSREP_DEBUG("aborting replicated trx: %lu", (ulong) thd->real_id);
|
||||
|
||||
(void)wsrep_abort_thd(thd, thd, TRUE);
|
||||
ret_code= true;
|
||||
|
Reference in New Issue
Block a user