Below is the list of changes that have just been committed into a local
5.0 repository of knielsen. When knielsen does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.1984 05/12/08 15:13:25 knielsen@stripped +1 -0
Fix QNX and IRIX compilation
extra/innochecksum.c
1.5 05/12/08 15:07:52 knielsen@stripped +1 -1
Fix _XOPEN_SOURCE define to not break compile on QNX and IRIX
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: knielsen
# Host: rt.int.sifira.dk
# Root: /usr/local/mysql/mysql-5.0-XOPEN_SOURCE
--- 1.4/extra/innochecksum.c 2005-11-24 16:42:29 +01:00
+++ 1.5/extra/innochecksum.c 2005-12-08 15:07:52 +01:00
@@ -28,7 +28,7 @@
#define _LARGEFILE_SOURCE
#define _LARGEFILE64_SOURCE
-#define _XOPEN_SOURCE /* needed to include getopt.h on some platforms. */
+#define _XOPEN_SOURCE 500 /* needed to include getopt.h on some platforms. */
#include <stdio.h>
#include <stdlib.h>
| Thread |
|---|
| • bk commit into 5.0 tree (knielsen:1.1984) | knielsen | 8 Dec |