List:Commits« Previous MessageNext Message »
From:tomas Date:March 26 2007 7:10pm
Subject:bk commit into 5.1 tree (tomas:1.2521)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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-03-26 21:10:34+02:00, tomas@stripped +1 -0
  correction of manual merge

  sql/ha_ndbcluster.cc@stripped, 2007-03-26 21:10:32+02:00, tomas@stripped +8 -8
    correction of manual merge

# 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:	tomas
# Host:	whalegate.ndb.mysql.com
# Root:	/home/tomas/mysql-5.1-single-user

--- 1.421/sql/ha_ndbcluster.cc	2007-03-26 20:57:08 +02:00
+++ 1.422/sql/ha_ndbcluster.cc	2007-03-26 21:10:32 +02:00
@@ -3159,15 +3159,15 @@
 #ifdef WORDS_BIGENDIAN
             /* lsw is stored first */
             Uint32 *buf= (Uint32 *)(*value).rec->aRef();
-            ((Field_bit *) *field)->store((((longlong)*buf)
-                                           & 0x000000000FFFFFFFF)
-                                          |
-                                          ((((longlong)*(buf+1)) << 32)
-                                           & 0xFFFFFFFF00000000),
-                                          TRUE);
+            field_bit->Field_bit::store((((longlong)*buf)
+                                         & 0x000000000FFFFFFFF)
+                                        |
+                                        ((((longlong)*(buf+1)) << 32)
+                                         & 0xFFFFFFFF00000000),
+                                        TRUE);
 #else
-            ((Field_bit *) *field)->store((longlong)
-                                          (*value).rec->u_64_value(), TRUE);
+            field_bit->Field_bit::store((longlong)
+                                        (*value).rec->u_64_value(), TRUE);
 #endif
           }
           /*
Thread
bk commit into 5.1 tree (tomas:1.2521)tomas26 Mar