mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
branches/zip: row_undo_ins_parse_undo_rec(): Initialize node->update
so that it will not be uninitialized when the undo record is being processed.
This commit is contained in:
parent
40e01b2f5a
commit
35d020df86
1 changed files with 1 additions and 0 deletions
|
@ -235,6 +235,7 @@ row_undo_ins_parse_undo_rec(
|
|||
ut_ad(type == TRX_UNDO_INSERT_REC);
|
||||
node->rec_type = type;
|
||||
|
||||
node->update = NULL;
|
||||
node->table = dict_table_get_on_id(table_id, node->trx);
|
||||
|
||||
/* Skip the UNDO if we can't find the table or the .ibd file. */
|
||||
|
|
Loading…
Add table
Reference in a new issue