mariadb/trx
marko 44340b6e8e 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
..
trx0i_s.c branches/zip: 2007-12-20 14:24:57 +00:00
trx0purge.c branches/zip: 2007-12-20 14:08:16 +00:00
trx0rec.c branches/zip: Add comments that clarify why the remaining calls to 2008-01-14 10:04:45 +00:00
trx0roll.c branches/zip: 2007-12-20 14:08:16 +00:00
trx0rseg.c branches/zip: Make mutex_own() work with UNIV_DEBUG, without UNIV_SYNC_DEBUG. 2007-01-18 18:29:12 +00:00
trx0sys.c branches/zip: 2007-12-20 14:08:16 +00:00
trx0trx.c branches/zip: 2007-12-20 14:08:16 +00:00
trx0undo.c branches/zip: Introduce two new dictionary operation modes for transactions. 2007-10-19 10:52:25 +00:00