Below is the list of changes that have just been committed into a local
5.1 repository of mikron. When mikron 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-06-04 11:47:33+02:00, mikron@stripped +1 -0
Fixed 64-bit compilation for athlon64 and opteron's
BUILD/build_source.sh@stripped, 2007-06-04 11:47:16+02:00, mikron@stripped +2 -1
Fixed 64-bit compilation for athlon64 and opteron's
# 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: mikron
# Host: mikael-ronstr-ms-dator.local
# Root: /Users/mikron/mysql_clones/wl3834
--- 1.16/BUILD/build_source.sh 2007-06-02 12:10:16 +02:00
+++ 1.17/BUILD/build_source.sh 2007-06-04 11:47:16 +02:00
@@ -796,7 +796,8 @@
elif test "x$os" = "xSolaris" ; then
m64="yes"
elif test "x$m32" = "x" ; then
- if test "x$cpu_arg" = "xnocona" || test "x$cpu_arg" = "xcore2" ; then
+ if test "x$cpu_arg" = "xnocona" || test "x$cpu_arg" = "xcore2" || \
+ test "x$cpu_arg" = "xathlon64" || test "x$cpu_arg" = "xopteron" ; then
m64="yes"
else
m64="no"
| Thread |
|---|
| • bk commit into 5.1 tree (mikron:1.2524) | mikael | 4 Jun |