mariadb/storage/innobase/fil
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
..
fil0crypt.cc MDEV-11939: innochecksum mistakes a file for an encrypted one (page 0 invalid) 2017-08-08 09:41:09 +03:00
fil0fil.cc Fix some GCC 7 warnings for InnoDB 2017-08-10 14:00:51 +03:00
fil0pagecompress.cc Merge 10.1 into 10.2 2017-05-23 11:09:47 +03:00