mariadb/storage/innobase/trx
Marko Mäkelä 30835b55d5 Fix a bogus UNIV_SYNC_DEBUG failure in the fix of Bug #59641
or Oracle Bug #11766513.

trx_undo_free_prepared(): Do not acquire or release trx->rseg->mutex.
This code is invoked in the single-threaded part of shutdown, therefore
a mutex is not needed.
2011-05-18 15:05:08 +03:00
..
trx0i_s.c Merge mysql-5.1-innodb -> mysql-5.5-innodb 2011-03-28 12:05:02 +03:00
trx0purge.c Bug #11766227: InnoDB purge lag much worse for 5.5.8 versus 5.1 2011-02-22 16:04:08 +11:00
trx0rec.c Bug#54728: Replace the dulint struct with a 64-bit integer. 2010-06-23 14:06:59 +03:00
trx0roll.c Bug 12323643 - CLEAN UP THE INNODB THREAD SHUTDOWN AND ASSERTIONS (WL#5136) 2011-04-05 10:18:43 +03:00
trx0rseg.c Bug #11766227: InnoDB purge lag much worse for 5.5.8 versus 5.1 2011-02-22 16:04:08 +11:00
trx0sys.c Merge mysql-5.1-innodb to mysql-5.5-innodb. 2011-04-11 17:03:32 +03:00
trx0trx.c Merge mysql-5.1-innodb to mysql-5.5-innodb. 2011-04-11 17:03:32 +03:00
trx0undo.c Fix a bogus UNIV_SYNC_DEBUG failure in the fix of Bug #59641 2011-05-18 15:05:08 +03:00