1. 03 Sep, 2007 1 commit
    • anozdrin/alik@station.'s avatar
      Make mysql compilable on gcc-4.2.1. · c7de9652
      anozdrin/alik@station. 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.
      c7de9652
  2. 31 Aug, 2007 9 commits
  3. 30 Aug, 2007 16 commits
  4. 29 Aug, 2007 8 commits
  5. 28 Aug, 2007 5 commits
  6. 27 Aug, 2007 1 commit