summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorhery.ramilison@oracle.com <>2011-08-17 00:34:11 +0200
committerHery Ramilison <hery.ramilison@oracle.com>2011-08-17 00:34:11 +0200
commita9cc09e41c56204239558d39be68b0610f2fc902 (patch)
treef3a6faf576661f49a33da7b33fbe7d4003bf776d /extra
parentb478888aec532c5040c18d15bc27f0bf2c7884ad (diff)
downloadmariadb-git-a9cc09e41c56204239558d39be68b0610f2fc902.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)