• unknown's avatar
    Fix to build on 64-bit systems where sizeof(unsigned long long) · 9f0ad61b
    unknown authored
    > sizeof(unsigned long).
    
    
    sql/log.cc:
      Replacing enum constant that contained an unsigned long long constant
      on some platforms with a macro (an enumeration constant is limited
      to the range of values covered by signed or unsigned long).
    9f0ad61b
log.cc 137 KB