Browse Source

2nd fix for Bug #55713 innochecksum is NOT built with large file support enabled

pull/47/merge
hery.ramilison@oracle.com 15 years ago
committed by Hery Ramilison
parent
commit
a9cc09e41c
  1. 1
      extra/innochecksum.c

1
extra/innochecksum.c

@ -48,7 +48,6 @@
/* another argument to specify page ranges... seek to right spot and go from there */
typedef unsigned long int ulint;
typedef unsigned char uchar;
/* innodb function in name; modified slightly to not have the ASM version (lots of #ifs that didn't apply) */
ulint mach_read_from_4(uchar *b)

Loading…
Cancel
Save