mariadb/row
marko b4320dfd5f branches/zip: Add comments that clarify why the remaining calls to
row_build(), row_upd_index_replace_new_col_vals_index_pos(), and
row_upd_index_replace_new_col_vals() are safe.

btr_cur_optimistic_update(), btr_cur_pessimistic_update(): Note that
the B-tree page of the clustered index record is latched in mtr.

trx_undo_prev_version_build(): Add const qualifiers to index_rec
and rec.  Note that the page of index_rec is latched in index_mtr.

row_vers_impl_x_locked_off_kernel(), row_vers_old_has_index_entry():
Note that the stack of versions is locked by mtr and thus it is
safe to call row_build().
2008-01-14 10:04:45 +00:00
..
row0ext.c branches/zip: Add clarifying comments that the clustered index record must 2008-01-11 12:19:59 +00:00
row0ins.c branches/zip: Fast index creation: Remove the ROW_PREBUILT_OBSOLETE nonsense. 2007-12-17 15:49:59 +00:00
row0merge.c branches/zip: Clarify why certain calls of 2008-01-11 19:59:47 +00:00
row0mysql.c branches/zip: Merge 2155:2213 from branches/5.1. 2008-01-07 09:15:25 +00:00
row0purge.c branches/zip: When logging updates or deletes in the undo log, store long 2007-12-05 14:10:15 +00:00
row0row.c branches/zip: Add some clarifying comments. 2007-12-20 09:10:42 +00:00
row0sel.c branches/zip: Clarify why certain calls of 2008-01-11 19:59:47 +00:00
row0uins.c branches/zip: In purge, avoid dereferencing unset BLOB pointers of freshly 2007-11-27 09:11:45 +00:00
row0umod.c branches/zip: Add clarifying comments that the clustered index record must 2008-01-11 12:19:59 +00:00
row0undo.c branches/zip: Fix a bug in fast index creation that was introduced in r2131 2007-12-03 12:16:07 +00:00
row0upd.c branches/zip: Add clarifying comments that the clustered index record must 2008-01-11 12:19:59 +00:00
row0vers.c branches/zip: Add comments that clarify why the remaining calls to 2008-01-14 10:04:45 +00:00