summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorunknown <hery.ramilison@oracle.com>2011-08-17 00:34:11 +0200
committerHery Ramilison <hery.ramilison@oracle.com>2011-08-17 00:34:11 +0200
commitb213e7f814c7145a98b689710f14a479cf700912 (patch)
treef3a6faf576661f49a33da7b33fbe7d4003bf776d /extra
parentc79b036ed1804bb06073965badf2b2fa18b597c6 (diff)
downloadmariadb-git-b213e7f814c7145a98b689710f14a479cf700912.tar.gz
2nd fix for Bug #55713 innochecksum is NOT built with large file support enabled
Diffstat (limited to 'extra')
-rw-r--r--extra/innochecksum.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/innochecksum.c b/extra/innochecksum.c
index f066cab2b3a..b55b510b888 100644
--- a/extra/innochecksum.c
+++ b/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)