mariadb/trx
marko 97e9f4cbd0 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
..
trx0purge.c Rename the Boolean field trx->type to trx->is_purge 2007-03-08 10:10:28 +00:00
trx0rec.c Fix for Bug # 18828. Return DB_TOO_MANY_CONCURRENT_TRXS when we run out 2007-04-11 02:43:56 +00:00
trx0roll.c branches/5.1: Fix Bug#38187 Error 153 when creating savepoints 2009-01-13 12:15:24 +00:00
trx0rseg.c Merge r1239 from 2007-01-18 21:27:31 +00:00
trx0sys.c trx_sys_print_mysql_binlog_offset_from_page(): Enclose the definition 2007-08-22 06:50:16 +00:00
trx0trx.c branches/5.1: Fix a bug in multi-table semi-consistent reads. 2009-03-12 08:06:44 +00:00
trx0undo.c branches/5.1: 2008-12-05 08:46:18 +00:00