mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed some compiler warnings
This commit is contained in:
committed by
Sergei Golubchik
parent
f71bed08ca
commit
9e1cc831f2
@ -1288,7 +1288,8 @@ bool do_command(THD *thd)
|
||||
mysql_mutex_lock(&thd->LOCK_wsrep_thd);
|
||||
if (thd->wsrep_conflict_state == MUST_ABORT)
|
||||
{
|
||||
DBUG_PRINT("wsrep",("aborted for wsrep rollback: %lu", thd->real_id));
|
||||
DBUG_PRINT("wsrep",("aborted for wsrep rollback: %lu",
|
||||
(ulong) thd->real_id));
|
||||
wsrep_client_rollback(thd);
|
||||
}
|
||||
mysql_mutex_unlock(&thd->LOCK_wsrep_thd);
|
||||
|
Reference in New Issue
Block a user