• unknown's avatar
    univ.i, ut0ut.h, ut0ut.c: · 6797087d
    unknown authored
      On 64-bit Windows use InnoDB's own printf function where %lu is converted to %I64u; this eliminates Intel compiler warnings on IA64
    
    
    innobase/ut/ut0ut.c:
      On 64-bit Windows use InnoDB's own printf function where %lu is converted to %I64u; this eliminates Intel compiler warnings on IA64
    innobase/include/ut0ut.h:
      On 64-bit Windows use InnoDB's own printf function where %lu is converted to %I64u; this eliminates Intel compiler warnings on IA64
    innobase/include/univ.i:
      On 64-bit Windows use InnoDB's own printf function where %lu is converted to %I64u; this eliminates Intel compiler warnings on IA64
    6797087d
ut0ut.c 11.9 KB