• Sergey Vojtovich's avatar
    BUG#46587 - archive storage engine headers don't include · 535093e4
    Sergey Vojtovich authored
                my_global.h first
    
    We may end up with a compilation failure on certain platforms
    because zlib.h is included before my_global.h.
    
    Fixed by moving zlib.h inclusion down after my_global.h.
    
    storage/archive/azlib.h:
      zlib.h must be included after my_global.h.
    535093e4
azlib.h 13.3 KB