mariadb/storage/innobase/handler
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
..
ha_innodb.cc MDEV-4223: Galera: InnoDB assertion failure !mutex_own(mutex) in file sync0sync.ic line 207 2013-11-27 08:43:46 +02:00
ha_innodb.h mariadb-5.5.33 merge 2013-09-18 12:00:23 +02:00
handler0alter.cc mariadb-5.5.33 merge 2013-09-18 12:00:23 +02:00
i_s.cc mysql-5.5.33 merge 2013-09-06 22:31:30 +02:00
i_s.h Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERS 2013-06-10 22:29:41 +02:00