[master] dump trans_info when dump for 4377

This commit is contained in:
chinaxing
2024-02-23 08:45:32 +00:00
committed by ob-robot
parent 67fb52dfc5
commit 99b6e47bf9
5 changed files with 23 additions and 9 deletions

View File

@ -511,6 +511,9 @@ DEF_TO_STRING(ObDatumRow)
J_ARRAY_END();
}
}
if (trans_info_) {
databuff_printf(buf, buf_len, pos, ",trans_info[version, scn, txid, seq_no(branch_id, seq)]:%s", trans_info_);
}
J_OBJ_END();
return pos;
}