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:
marko 2007-10-10 11:39:26 +00:00
parent dcde0edf82
commit 9364a4daf6

View file

@ -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);