mariadb/storage/innobase/log
Marko Mäkelä 070a8754c4 MDEV-12024 InnoDB startup fails to wait for recv_writer_thread to finish
recv_writer_thread(): Do not assign recv_writer_thread_active=true
in order to avoid a race condition with
recv_recovery_from_checkpoint_finish().

recv_init_crash_recovery_spaces(): Assign recv_writer_thread_active=true
before creating recv_writer_thread.
2017-02-08 15:42:15 +02:00
..
log0crypt.cc MDEV-11849: Fix storage/innobase/* compile warnings 2017-01-26 08:05:24 +02:00
log0log.cc MDEV-11782 WIP: Clean up the code, and add a test. 2017-02-07 11:55:16 +02:00
log0recv.cc MDEV-12024 InnoDB startup fails to wait for recv_writer_thread to finish 2017-02-08 15:42:15 +02:00