mirror of
https://github.com/MariaDB/server.git
synced 2025-08-29 00:08:14 +03:00
trx0rec.c:
test
This commit is contained in:
@@ -1377,7 +1377,7 @@ trx_undo_prev_version_build(
|
||||
fields. Store the info to ext_vect: */
|
||||
|
||||
ext_vect = mem_alloc(sizeof(ulint) * rec_get_n_fields(rec));
|
||||
n_ext_vect = btr_push_update_extern_fields(ext_vect, rec,
|
||||
n_ext_vect = btr_push_update_extern_fields(ext_vect, rec,
|
||||
update);
|
||||
entry = row_rec_to_index_entry(ROW_COPY_DATA, index, rec,
|
||||
heap);
|
||||
|
Reference in New Issue
Block a user