mariadb/storage/innobase/dict
Marko Mäkelä 8da33e3a86 MDEV-11349 (1/2) Fix some clang 4.0 warnings
In InnoDB and XtraDB 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 09:09:51 +02:00
..
dict0boot.cc Merge branch '10.0' into 10.1 2016-05-04 15:23:26 +02:00
dict0crea.cc Merge branch '10.0' into 10.1 2016-06-28 22:01:55 +02:00
dict0dict.cc MDEV-11349 (1/2) Fix some clang 4.0 warnings 2016-11-25 09:09:51 +02:00
dict0load.cc MDEV-9931: InnoDB reads first page of every .ibd file at startup 2016-09-22 16:38:24 +03:00
dict0mem.cc Merge branch '10.0' into 10.1 2016-06-28 22:01:55 +02:00
dict0stats.cc Merge branch '10.0' into 10.1 2016-09-28 17:55:28 +02:00
dict0stats_bg.cc Merge branch '10.0' into 10.1 2016-06-28 22:01:55 +02:00