From ad02261cedb31e94f3311e073404bde066eb8812 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 7 Mar 2005 15:28:10 +0200 Subject: trx0trx.c: Print a hex dump of the trx_t object if trx->n_mysql_tables_in_use != 0 at trx_free() innobase/trx/trx0trx.c: Print a hex dump of the trx_t object if trx->n_mysql_tables_in_use != 0 at trx_free() --- innobase/trx/trx0trx.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'innobase') diff --git a/innobase/trx/trx0trx.c b/innobase/trx/trx0trx.c index 2fdee94b089..8f409034df0 100644 --- a/innobase/trx/trx0trx.c +++ b/innobase/trx/trx0trx.c @@ -268,6 +268,8 @@ trx_free( (ulong)trx->mysql_n_tables_locked); trx_print(stderr, trx); + + ut_print_buf(stderr, (byte*)trx, sizeof(trx_t)); } ut_a(trx->magic_n == TRX_MAGIC_N); -- cgit v1.2.1