• unknown's avatar
    Make mysql compilable on gcc-4.2.1. · 424bda78
    unknown authored
    c++config.h now has the following code:
    // For example, <windows.h> is known to #define min and max as macros...
    #undef min
    #undef max
    
    So, our defines in my_global.h are undefined when <new> header
    is included.
    
    Move definitions of min()/max() to the end of my_global.h.
    
    
    424bda78
my_global.h 48.6 KB