Commit graph

5 commits

Author SHA1 Message Date
unknown
16f9daf16d Fix QNX and IRIX compilation
extra/innochecksum.c:
  Fix _XOPEN_SOURCE define to not break compile on QNX and IRIX
2005-12-08 15:13:25 +01:00
unknown
e6d90f51de Make it buildable with -ansi flag on some platforms.
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.
2005-11-24 18:42:39 +03:00
unknown
276e9f82b3 innochecksum.c:
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
2005-09-13 02:31:47 +02:00
unknown
a51cd7109d Fix compiler errors on InnoDB offline checksum tool innochecksum.
extra/Makefile.am:
  Add innochecksum back to compiled programs.
2005-09-08 15:47:21 +03:00
unknown
6c08c1176f Added InnoDB offline file checksum utility.
extra/Makefile.am:
  Added innochecksum utility.
BitKeeper/etc/ignore:
  Added extra/innochecksum to the ignore list
2005-07-19 10:03:19 +03:00