mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
Cleanup: Remove trx_get_id_for_print()
Any transaction that has requested a lock must have trx->id!=0. trx_print_low(): Distinguish non-locking or inactive transaction objects by displaying the pointer in parentheses. fill_trx_row(): Do not try to map trx->id to a pointer-based value.
This commit is contained in:
parent
7ebabea5d3
commit
469da6c34d
6 changed files with 11 additions and 67 deletions
|
|
@ -5377,7 +5377,7 @@ btr_cur_del_mark_set_clust_rec(
|
|||
DBUG_LOG("ib_cur",
|
||||
"delete-mark clust " << index->table->name
|
||||
<< " (" << index->id << ") by "
|
||||
<< ib::hex(trx_get_id_for_print(trx)) << ": "
|
||||
<< ib::hex(trx->id) << ": "
|
||||
<< rec_printer(rec, offsets).str());
|
||||
|
||||
if (dict_index_is_online_ddl(index)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue