mariadb/storage/innobase/fil
Marko Mäkelä a8ac6dc506 Fix InnoDB compilation warnings.
Most of them are trivial, except for the thread_sync_t refactoring.
We must not invoke memset() on non-POD objects.

mtflush_work_initialized: Remove. Refer to mtflush_ctx != NULL instead.

thread_sync_t::thread_sync_t(): Refactored from
buf_mtflu_handler_init().

thread_sync_t::~thread_sync_t(): Refactored from
buf_mtflu_io_thread_exit().
2017-01-05 11:49:00 +02:00
..
fil0crypt.cc Merge 10.1 to 10.2 2017-01-05 10:48:03 +02:00
fil0fil.cc Fix InnoDB compilation warnings. 2017-01-05 11:49:00 +02:00
fil0pagecompress.cc MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00