diff options
Diffstat (limited to 'innobase/trx')
-rw-r--r-- | innobase/trx/trx0trx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/trx/trx0trx.c b/innobase/trx/trx0trx.c index 9c8bfc9f4db..48b1ecc59f2 100644 --- a/innobase/trx/trx0trx.c +++ b/innobase/trx/trx0trx.c @@ -1487,7 +1487,7 @@ trx_print( } buf += sprintf(buf, ", OS thread id %lu", - (ulint)trx->mysql_thread_id); + os_thread_pf(trx->mysql_thread_id)); if (ut_strlen(trx->op_info) > 0) { buf += sprintf(buf, " %s", trx->op_info); |