mariadb/storage/innobase/srv
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
..
srv0conc.cc Remove trx_t::has_search_latch and simplify debug code 2017-06-16 13:17:05 +03:00
srv0mon.cc MDEV-12534 Use atomic operations whenever available 2017-04-21 17:55:22 +03:00
srv0srv.cc MDEV-12548 Initial implementation of Mariabackup for MariaDB 10.2 2017-07-05 11:43:28 +03:00
srv0start.cc Avoid a hang when InnoDB startup is aborted during redo log apply 2017-07-05 22:09:28 +03:00