mariadb/storage/innobase/log
Marko Mäkelä 2f29fc3c1c 10.1 additions for MDEV-12052 Shutdown crash presumably due to master thread activity
btr_defragment_thread(): Create the thread in the same place as other
threads. Do not invoke btr_defragment_shutdown(), because
row_drop_tables_for_mysql_in_background() in the master thread can still
keep invoking btr_defragment_remove_table().

logs_empty_and_mark_files_at_shutdown(): Wait for btr_defragment_thread()
to exit.

innobase_start_or_create_for_mysql(), innobase_shutdown_for_mysql():
Skip encryption and scrubbing in innodb_read_only_mode.

srv_export_innodb_status(): Do not export encryption or scrubbing
statistics in innodb_read_only mode, because the threads will not
be running.
2017-05-26 15:19:40 +03:00
..
log0crypt.cc MDEV-11663 Create services for functionality used by plugins 2017-04-27 19:12:38 +02:00
log0log.cc 10.1 additions for MDEV-12052 Shutdown crash presumably due to master thread activity 2017-05-26 15:19:40 +03:00
log0recv.cc Merge 10.0 into 10.1 2017-05-20 08:41:20 +03:00