mariadb/storage/xtradb/buf
Jan Lindström b35c5912b6 MDEV-6376: InnoDB: Assertion failure in thread 139995225970432
in file buf0mtflu.cc line 570.

Analysis: Real timing bug, we should take the mutex before we
try to send those shutdown messages, that would make sure
that threads doing a unfinished flush (they have acquired
this mutex) have time to do their work before we add shutdown
messages to work queue. Currently, we just add those shutdown
messages to work queue and code assumes that at flush, there
is constant number of items to be processed and thus
leading to assertion.
2014-06-28 13:53:18 +03:00
..
buf0buddy.cc xtradb 5.6.17-65.0 2014-05-07 17:33:33 +02:00
buf0buf.cc Merge 10.0 -> 10.1 2014-05-24 21:37:21 +03:00
buf0checksum.cc Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
buf0dblwr.cc Merge 10.0 -> 10.1 2014-05-24 21:37:21 +03:00
buf0dump.cc Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
buf0flu.cc Merge 10.0 -> 10.1 2014-05-24 21:37:21 +03:00
buf0lru.cc xtradb 5.6.17-65.0 2014-05-07 17:33:33 +02:00
buf0mtflu.cc MDEV-6376: InnoDB: Assertion failure in thread 139995225970432 2014-06-28 13:53:18 +03:00
buf0rea.cc Set actual compressed page size also on read code path to buffer pool so 2014-03-04 17:14:08 +02:00