Below is the list of changes that have just been committed into a local
4.1 repository of kent. When kent 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@stripped, 2007-11-29 23:42:04+01:00, kent@stripped +1 -0
my_global.h:
Added 64 bit Mac OS X hard coded settings, for universal binaries
include/my_global.h@stripped, 2007-11-29 23:41:23+01:00, kent@stripped +18 -1
Added 64 bit Mac OS X hard coded settings, for universal binaries
diff -Nrup a/include/my_global.h b/include/my_global.h
--- a/include/my_global.h 2007-06-22 14:12:39 +02:00
+++ b/include/my_global.h 2007-11-29 23:41:23 +01:00
@@ -95,9 +95,9 @@
# undef SIZEOF_LONG_LONG
# undef SIZEOF_OFF_T
# undef SIZEOF_SHORT
+# undef WORDS_BIGENDIAN
#if defined(__i386__)
-# undef WORDS_BIGENDIAN
# define SIZEOF_CHARP 4
# define SIZEOF_INT 4
# define SIZEOF_LONG 4
@@ -110,6 +110,23 @@
# define SIZEOF_CHARP 4
# define SIZEOF_INT 4
# define SIZEOF_LONG 4
+# define SIZEOF_LONG_LONG 8
+# define SIZEOF_OFF_T 8
+# define SIZEOF_SHORT 2
+
+#if defined(__x86_64__)
+# define SIZEOF_CHARP 8
+# define SIZEOF_INT 4
+# define SIZEOF_LONG 8
+# define SIZEOF_LONG_LONG 8
+# define SIZEOF_OFF_T 8
+# define SIZEOF_SHORT 2
+
+#elif defined(__ppc64__)
+# define WORDS_BIGENDIAN
+# define SIZEOF_CHARP 8
+# define SIZEOF_INT 4
+# define SIZEOF_LONG 8
# define SIZEOF_LONG_LONG 8
# define SIZEOF_OFF_T 8
# define SIZEOF_SHORT 2
| Thread |
|---|
| • bk commit into 4.1 tree (kent:1.2697) | kent | 29 Nov |