diff options
author | hery.ramilison@oracle.com <> | 2011-08-17 00:34:11 +0200 |
---|---|---|
committer | Hery Ramilison <hery.ramilison@oracle.com> | 2011-08-17 00:34:11 +0200 |
commit | a9cc09e41c56204239558d39be68b0610f2fc902 (patch) | |
tree | f3a6faf576661f49a33da7b33fbe7d4003bf776d /extra | |
parent | b478888aec532c5040c18d15bc27f0bf2c7884ad (diff) | |
download | mariadb-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.c | 1 |
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) |