3586 hery.ramilison@stripped 2011-08-16
fix for bug 55713 innochecksum is NOT built with large file support enabled
modified:
extra/innochecksum.c
3585 Joerg Bruehe 2011-08-15 [merge]
Merge bug#47337 for pushing into 5.1
modified:
configure.in
=== modified file 'extra/innochecksum.c'
--- a/extra/innochecksum.c 2011-07-03 18:08:47 +0000
+++ b/extra/innochecksum.c 2011-08-16 17:29:06 +0000
@@ -25,12 +25,7 @@
Published with a permission.
*/
-/* needed to have access to 64 bit file functions */
-#define _LARGEFILE_SOURCE
-#define _LARGEFILE64_SOURCE
-
-#define _XOPEN_SOURCE 500 /* needed to include getopt.h on some platforms. */
-
+#include <my_global.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.1 branch (hery.ramilison:3585 to 3586) | Hery Ramilison | 17 Aug |