1. 25 Nov, 2016 1 commit
    • Marko Mäkelä's avatar
      MDEV-11349 (1/2) Fix some clang 4.0 warnings · 8da33e3a
      Marko Mäkelä authored
      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)).
      8da33e3a
  2. 24 Nov, 2016 1 commit
  3. 22 Nov, 2016 2 commits
  4. 16 Nov, 2016 1 commit
  5. 15 Nov, 2016 1 commit
  6. 14 Nov, 2016 1 commit
  7. 09 Nov, 2016 1 commit
  8. 08 Nov, 2016 1 commit
  9. 07 Nov, 2016 1 commit
  10. 04 Nov, 2016 4 commits
  11. 03 Nov, 2016 3 commits
  12. 02 Nov, 2016 12 commits
  13. 01 Nov, 2016 1 commit
  14. 31 Oct, 2016 3 commits
  15. 30 Oct, 2016 1 commit
  16. 29 Oct, 2016 6 commits