mariadb/storage
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
..
archive WL#5030: Split and remove mysql_priv.h 2010-03-31 16:05:33 +02:00
blackhole WL#5030: Split and remove mysql_priv.h 2010-03-31 16:05:33 +02:00
csv WL#5030: Split and remove mysql_priv.h 2010-04-01 14:19:08 +02:00
example WL#5030: Split and remove mysql_priv.h 2010-03-31 16:05:33 +02:00
federated WL#5030: Split and remove mysql_priv.h 2010-03-31 16:05:33 +02:00
heap WL#5030: Split and remove mysql_priv.h 2010-03-31 16:05:33 +02:00
ibmdb2i merge 2009-12-22 22:24:55 +01:00
innobase Fix bug introduced by r3038. When a transaction is rolled back by the 2010-04-28 06:47:47 +10:00
myisam WL#5030: Split and remove mysql_priv.h 2010-03-31 16:05:33 +02:00
myisammrg WL#5030: Split and remove mysql_priv.h 2010-03-31 16:05:33 +02:00
ndb Manual merge of mysql-trunk into mysql-trunk-merge. 2010-03-24 18:03:44 +03:00
perfschema Bug#52754 Build break in mysql-trunk, performance schema unit test 2010-04-12 03:31:45 -06:00
Makefile.am WL#5161 : Cross-platform build with CMake 2009-11-09 12:32:48 +01:00