mariadb/storage
Marko Mäkelä 1ef8d5fc34 Bug #12329920 ASSERT UT_ERROR IN SYNC_THREAD_LEVELS_NONEMPTY_TRX
SRV_CONC_FORCE_EXIT_INNODB

This is a bogus UNIV_SYNC_DEBUG assertion failure that I introduced
when introducing assertions for checking that InnoDB is not holding
any mutexes or rw-locks when returning control to MySQL.

srv_suspend_mysql_thread(): Release dict_operation_lock before
invoking srv_conc_force_exit_innodb(), which would now check that the
thread is not holding any mutexes or rw-locks.  After resuming, check
sync_thread_levels_nonempty_trx() and do srv_conc_force_enter_innodb()
before reacquiring the dict_operation_lock.

rb:646 approved by Sunny Bains
2011-04-12 09:22:43 +03:00
..
archive Bug #11755431 (former 47205) 2011-03-08 09:41:57 +01:00
blackhole WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
csv Bug #11755431 (former 47205) 2011-03-08 09:41:57 +01:00
example WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
federated Bug #11755431 (former 47205) 2011-03-08 09:41:57 +01:00
heap Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
innobase Bug #12329920 ASSERT UT_ERROR IN SYNC_THREAD_LEVELS_NONEMPTY_TRX 2011-04-12 09:22:43 +03:00
myisam Bug#11933945 REMOVE LGPL LICENSED FILES IN MYSQL 5.5 2011-03-29 14:43:49 +02:00
myisammrg Fix for BUG#59894 2011-02-11 15:00:09 +01:00
ndb BUG#57953 my_load_defaults return junk argument ----args-separator---- to caller 2011-01-17 15:44:37 +08:00
perfschema Bug#11830755 - UNIT TESTS PFS_INSTR AND PFS_INSTR_CLASS CRASH IN MUTEX CALLS ON WINDOWS 2011-03-08 13:42:00 +01:00