| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
extra/innochecksum.c:
Fix _XOPEN_SOURCE define to not break compile on QNX and IRIX
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
extra/Makefile.am:
Add innochecksum back to compiled programs.
|
|
extra/Makefile.am:
Added innochecksum utility.
BitKeeper/etc/ignore:
Added extra/innochecksum to the ignore list
|