mariadb/storage/innobase/buf
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
..
buf0buddy.cc MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_NONINL 2017-03-17 12:42:07 +02:00
buf0buf.cc Fix some GCC 7 warnings for InnoDB 2017-08-10 14:00:51 +03:00
buf0checksum.cc Merge 10.1 into 10.2 2017-05-05 10:38:53 +03:00
buf0dblwr.cc MDEV-13105 InnoDB fails to load a table with PAGE_COMPRESSION_LEVEL after upgrade from 10.1.20 2017-07-05 14:35:55 +03:00
buf0dump.cc Fix some printf format type mismatch 2017-06-06 12:04:29 +03:00
buf0flu.cc Fix some GCC 7 warnings for InnoDB 2017-08-10 14:00:51 +03:00
buf0lru.cc Merge 10.1 into 10.2 2017-05-12 13:29:24 +03:00
buf0mtflu.cc MDEV-11707: Fix incorrect memset() for structures containing 2017-02-06 15:40:17 +02:00
buf0rea.cc buf_read_ibuf_merge_pages(): Discard all entries for a missing tablespace 2017-06-29 22:39:06 +03:00