Public Attributes | |
ulint | info_bits |
ulint | n_fields |
upd_field_t * | fields |
array of update fields
Definition at line 380 of file row0upd.h.
Referenced by btr_push_update_extern_fields(), and calc_row_difference().
ulint upd_struct::info_bits |
new value of info bits to record; default is 0
Definition at line 377 of file row0upd.h.
Referenced by calc_row_difference(), row_upd_index_parse(), row_upd_index_replace_new_col_vals(), row_upd_index_replace_new_col_vals_index_pos(), row_upd_index_write_log(), row_upd_rec_in_place(), row_upd_replace(), and trx_undo_update_rec_get_update().
ulint upd_struct::n_fields |
number of update fields
Definition at line 379 of file row0upd.h.
Referenced by calc_row_difference(), ha_innobase::doUpdateRecord(), row_upd_build_difference_binary(), and row_upd_build_sec_rec_difference_binary().