mariadb/storage/xtradb/handler
Marko Mäkelä cdaa1d768e MDEV-11349 (1/2) Fix some clang 4.0 warnings
In functions that declare pointer parameters as nonnull,
remove nullness checks, because GCC would optimize them away anyway.

Use #ifdef instead of #if when checking for a configuration flag.

Clang says that left shifts of negative values are undefined.
So, use ~0U instead of ~0 in a number of macros.

Some functions that were defined as UNIV_INLINE were declared as
UNIV_INTERN. Consistently use the same type of linkage.

ibuf_merge_or_delete_for_page() could pass bitmap_page=NULL to
buf_page_print(), conflicting with the __attribute__((nonnull)).
2016-11-25 12:43:34 +02:00
..
ha_innodb.cc MDEV-11349 (1/2) Fix some clang 4.0 warnings 2016-11-25 12:43:34 +02:00
ha_innodb.h Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
handler0alter.cc Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
i_s.cc update plugin maturities 2016-09-05 17:11:14 +02:00
i_s.h MDEV-7472: Implementation of user statements for handling the xtradb changed page bitmaps 2015-06-23 14:46:06 +03:00
xtradb_i_s.cc update plugin maturities 2016-09-05 17:11:14 +02:00
xtradb_i_s.h move to storage/xtradb 2015-05-04 19:15:28 +02:00