mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Follow-up to MDEV-12288: Add --debug=d,purge diagnostics
row_purge_reset_trx_id(): Display a DBUG message about resetting the DB_TRX_ID.
This commit is contained in:
parent
c5ac1f953b
commit
5a1283a4fa
1 changed files with 4 additions and 0 deletions
|
@ -705,6 +705,10 @@ row_purge_reset_trx_id(purge_node_t* node, mtr_t* mtr)
|
|||
== row_get_rec_roll_ptr(rec, index, offsets)) {
|
||||
ut_ad(!rec_get_deleted_flag(rec,
|
||||
rec_offs_comp(offsets)));
|
||||
DBUG_LOG("purge", "reset DB_TRX_ID="
|
||||
<< ib::hex(row_get_rec_trx_id(
|
||||
rec, index, offsets)));
|
||||
|
||||
mtr->set_named_space(index->space);
|
||||
if (page_zip_des_t* page_zip
|
||||
= buf_block_get_page_zip(
|
||||
|
|
Loading…
Reference in a new issue