List:Commits« Previous MessageNext Message »
From:jonas Date:March 28 2006 1:08pm
Subject:bk commit into 5.1 tree (jonas:1.2249)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas 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.2249 06/03/28 15:08:35 jonas@stripped +1 -0
  Merge joreland@stripped:/home/bk/mysql-5.1-new
  into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new

  sql/ha_ndbcluster.cc
    1.295 06/03/28 15:08:31 jonas@stripped +0 -0
    Auto merged

# 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:	jonas
# Host:	perch.ndb.mysql.com
# Root:	/home/jonas/src/mysql-5.1-new/RESYNC

--- 1.294/sql/ha_ndbcluster.cc	2006-03-28 11:56:56 +02:00
+++ 1.295/sql/ha_ndbcluster.cc	2006-03-28 15:08:31 +02:00
@@ -7607,7 +7607,9 @@
     if ((* value).ptr)
     {
       DBUG_ASSERT(curr != 0);
-      (* value).rec= curr;
+      NdbValue* val= m_value + curr->getColumn()->getColumnNo();
+      DBUG_ASSERT(val->ptr);
+      val->rec= curr;
       curr= curr->next();
     }
   }
Thread
bk commit into 5.1 tree (jonas:1.2249)jonas28 Mar