Skip to content

Commit

Permalink
compiler warning
Browse files Browse the repository at this point in the history
thread_id is uint64 in 10.2
  • Loading branch information
vuvova committed Sep 18, 2017
1 parent c4dc2b8 commit 3af191b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/handler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@ int ha_rollback_trans(THD *thd, bool all)
my_error(ER_ERROR_DURING_ROLLBACK, MYF(0), err);
error=1;
#ifdef WITH_WSREP
WSREP_WARN("handlerton rollback failed, thd %lu %lld conf %d SQL %s",
WSREP_WARN("handlerton rollback failed, thd %llu %lld conf %d SQL %s",
thd->thread_id, thd->query_id, thd->wsrep_conflict_state,
thd->query());
#endif /* WITH_WSREP */
Expand Down

0 comments on commit 3af191b

Please sign in to comment.