1. 16 Jul, 2010 18 commits
  2. 15 Jul, 2010 19 commits
  3. 14 Jul, 2010 3 commits
    • Davi Arnaut's avatar
      67771595
    • Davi Arnaut's avatar
      Bug#42733: Type-punning warnings when compiling MySQL -- · 3f1dc0f0
      Davi Arnaut authored
                 strict aliasing violations.
      
      Post-merge fix: include my_compiler.h before my_attribute.h
      as the latter will undef __attribute__ if the compiler is not
      GCC. Based on the compiler version, in my_compiler.h we know
      for sure whether the aligned attribute is supported. Furthermore,
      undefining attribute might cause bugs if some system header
      uses it.
      
      include/my_compiler.h:
        Drop aligned attribute support from Sun Studio C++ compiler
        as its not clear exactly which version of it supports the
        attribute.
      3f1dc0f0
    • Marc Alff's avatar
      Implemented code review comments. · 090583ad
      Marc Alff authored
      Fixed style according to the specific innodb style, for innodb code.
      090583ad