mariadb/storage
Jan Lindström 21bb5cdfb5 MDEV-4223: Galera: InnoDB assertion failure !mutex_own(mutex) in file sync0sync.ic line 207
Analysis: Code acquired kernel_mutex when calling wsrep_innobase_kill_one_trx.
However, functions below also might take kernel mutex thus the assertion. 

Fix: Acquire kernel_mutex only for lock_cancel_waiting_and_release where
it is really needed.
2013-11-27 08:43:46 +02:00
..
archive MDEV-4444 Server crashes with "safe_mutex: Trying to destroy a mutex share->mutex that was locked" on attempt to recover an archive table 2013-06-13 15:13:13 +02:00
blackhole mysql-5.5 merge 2012-06-14 20:05:31 +02:00
csv MDEV-4243 Warnings/errors while compiling with clang 2013-03-28 20:04:14 +01:00
example mysql-5.5.33 merge 2013-09-06 22:31:30 +02:00
federated tokudb buildbot fixes 2013-09-12 10:10:09 +02:00
federatedx MDEV-4468 Assertion `error != 0' fails or timeout occurs on select from a FEDERATED table which points at a non-existent table 2013-06-07 15:35:13 +02:00
heap mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00
innobase MDEV-4223: Galera: InnoDB assertion failure !mutex_own(mutex) in file sync0sync.ic line 207 2013-11-27 08:43:46 +02:00
maria Merge 5.3->5.5 2013-10-29 18:50:36 +02:00
myisam mysql-5.5.34 merge 2013-11-19 13:16:25 +01:00
myisammrg Deliberate change in behavior introduced along with the fix for MDEV-4310 2013-08-05 18:30:12 +04:00
ndb mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00
oqgraph Compilation : fix oqgraph's system check, in case where boost header aren't in standard include directory. 2013-02-24 20:05:26 +01:00
perfschema mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00
sphinx Fixed some cache variables that could be set to higher value than what the code supported (size_t) 2013-06-06 15:14:23 +03:00
tokudb merge with ft-engine and ft-index up to tag:tokudb-7.1.0 2013-11-19 15:35:31 +01:00
xtradb MDEV-4223: Galera: InnoDB assertion failure !mutex_own(mutex) in file sync0sync.ic line 207 2013-11-27 08:43:46 +02:00