summaryrefslogtreecommitdiff
path: root/extra/innochecksum.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix QNX and IRIX compilationunknown2005-12-081-1/+1
| | | | | extra/innochecksum.c: Fix _XOPEN_SOURCE define to not break compile on QNX and IRIX
* Make it buildable with -ansi flag on some platforms.unknown2005-11-241-0/+2
| | | | | | | | | extra/innochecksum.c: Define _XOPEN_SOURCE in order to include getopt.h when needed. The problem is that some platforms (for instance, SuSE 9.1/gcc-3.3.3) do not include getopt.h unless _XOPEN_SOURCE is defined, so optarg is undefined and the compiler complains.
* innochecksum.c:unknown2005-09-131-178/+200
| | | | | | | | | | Changed from C++ comments to C comments Did some adaption to MySQL Coding Style extra/innochecksum.c: Changed from C++ comments to C comments Did some adaption to MySQL Coding Style
* Fix compiler errors on InnoDB offline checksum tool innochecksum.unknown2005-09-081-4/+8
| | | | | extra/Makefile.am: Add innochecksum back to compiled programs.
* Added InnoDB offline file checksum utility.unknown2005-07-191-0/+302
extra/Makefile.am: Added innochecksum utility. BitKeeper/etc/ignore: Added extra/innochecksum to the ignore list