mariadb/lock
marko 8a273786ea branches/5.1: Fix a bug in multi-table semi-consistent reads.
Remember the acquired record locks per table handle (row_prebuilt_t)
rather than per transaction (trx_t), so that unlock_row should successfully
unlock all non-matching rows in multi-table operations.
This deficiency was found while investigating Bug #39320.

rb://94 approved by Heikki Tuuri.
2009-03-12 08:06:44 +00:00
..
lock0iter.c lock_queue_iterator_get_prev(): Remove the unused local variable bit_no. 2007-07-30 18:51:59 +00:00
lock0lock.c branches/5.1: Fix a bug in multi-table semi-consistent reads. 2009-03-12 08:06:44 +00:00