mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
branches/zip: row_ins_foreign_report_add_err(): Note that the dtuple_print()
call may display uninitialized values of DB_TRX_ID and DB_ROLL_PTR.
This commit is contained in:
parent
dcde0edf82
commit
9364a4daf6
1 changed files with 2 additions and 0 deletions
|
@ -698,6 +698,8 @@ row_ins_foreign_report_add_err(
|
|||
ut_print_name(ef, trx, FALSE, foreign->foreign_index->name);
|
||||
if (entry) {
|
||||
fputs(" tuple:\n", ef);
|
||||
/* TODO: DB_TRX_ID and DB_ROLL_PTR may be uninitialized.
|
||||
It would be better to only display the user columns. */
|
||||
dtuple_print(ef, entry);
|
||||
}
|
||||
fputs("\nBut in parent table ", ef);
|
||||
|
|
Loading…
Add table
Reference in a new issue