mariadb/storage/innobase/trx
Sunny Bains 6c3b6808e8 Fix bug introduced by r3038. When a transaction is rolled back by the
lock monitor thread, it may have locks that are granted to waited to
waiting transactions. These waiting transactions will need to be woken
up but their trx->lock_wait_timeout flag will be FALSE causing the old
code to break. What we need is a flag that covers the entire lock
release process not individual transactions. The fix is to move the
flag out of trx_t and into srv_sys_t.
2010-04-28 06:47:47 +10:00
..
trx0i_s.c Import branches/innodb+ from SVN on top of storage/innobase. 2010-04-12 18:20:41 +03:00
trx0purge.c Import branches/innodb+ from SVN on top of storage/innobase. 2010-04-12 18:20:41 +03:00
trx0rec.c Merge c3400 from mysql-5.1-innodb: 2010-04-22 14:07:52 +03:00
trx0roll.c Merge from innodb-branches-innodb+ 2010-04-22 12:00:59 +03:00
trx0rseg.c Import branches/innodb+ from SVN on top of storage/innobase. 2010-04-12 18:20:41 +03:00
trx0sys.c Import branches/innodb+ from SVN on top of storage/innobase. 2010-04-12 18:20:41 +03:00
trx0trx.c Fix bug introduced by r3038. When a transaction is rolled back by the 2010-04-28 06:47:47 +10:00
trx0undo.c Merge from innodb-branches-innodb+ (2) 2010-04-19 20:53:16 +03:00