mariadb/storage/innobase/buf
Marko Mäkelä 72a2de92a1 Avoid a hang when InnoDB startup is aborted during redo log apply
buf_flush_page_cleaner_coordinator: In the first loop, use an
appropriate termination condition, waiting for !recv_writer_thread_active.

logs_empty_and_mark_files_at_shutdown(): Signal recv_sys->flush_start
in case the recv_writer_thread was never started, or
buf_flush_page_cleaner_coordinator failed to notice its termination.

innobase_start_or_create_for_mysql(): Remove a redundant, unreachable
condition, and properly release resources when aborting startup due to
recv_sys->found_corrupt_log.
2017-07-05 22:09:28 +03:00
..
buf0buddy.cc MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_NONINL 2017-03-17 12:42:07 +02:00
buf0buf.cc Fix a merge error in commit 8f643e2063 2017-06-27 21:23:12 +03:00
buf0checksum.cc Merge 10.1 into 10.2 2017-05-05 10:38:53 +03:00
buf0dblwr.cc MDEV-13105 InnoDB fails to load a table with PAGE_COMPRESSION_LEVEL after upgrade from 10.1.20 2017-07-05 14:35:55 +03:00
buf0dump.cc Fix some printf format type mismatch 2017-06-06 12:04:29 +03:00
buf0flu.cc Avoid a hang when InnoDB startup is aborted during redo log apply 2017-07-05 22:09:28 +03:00
buf0lru.cc Merge 10.1 into 10.2 2017-05-12 13:29:24 +03:00
buf0mtflu.cc MDEV-11707: Fix incorrect memset() for structures containing 2017-02-06 15:40:17 +02:00
buf0rea.cc buf_read_ibuf_merge_pages(): Discard all entries for a missing tablespace 2017-06-29 22:39:06 +03:00