mariadb/storage/innobase/sync
Marko Mäkelä bfffe571ac Fix some GCC 7 warnings for InnoDB
buf_page_io_complete(): Do not test bpage for NULL, because
it is declared (and always passed) as nonnull.

buf_flush_batch(): Remove the constant local variable count=0.

fil_ibd_load(): Use magic comment to suppress -Wimplicit-fallthrough.

ut_stage_alter_t::inc(ulint): Disable references to an unused parameter.

lock_queue_validate(), sync_array_find_thread(), rbt_check_ordering():
Define only in debug builds.
2017-08-10 14:00:51 +03:00
..
sync0arr.cc Fix some GCC 7 warnings for InnoDB 2017-08-10 14:00:51 +03:00
sync0debug.cc Clean up InnoDB shutdown 2017-06-29 23:10:46 +03:00
sync0rw.cc MDEV-12679 purge_sys_t::~purge_sys_t(): Assertion `latch.magic_n == 0' failed on --bootstrap (CMAKE_BUILD_TYPE=Debug) 2017-05-10 14:14:50 +03:00
sync0sync.cc Merge 10.0 into 10.1 2017-03-09 08:53:08 +02:00