List:Commits« Previous MessageNext Message »
From:knielsen Date:February 22 2008 10:46am
Subject:bk commit into 5.1 tree (knielsen:1.2534)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of knielsen.  When knielsen 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, 2008-02-22 10:45:51+01:00, knielsen@ymer.(none) +1 -0
  WL#4086: NdbRecord interface modifications
  
  Bugfix: DeleteOperation did not set the 'anyValue'.

  storage/ndb/src/ndbapi/NdbOperationExec.cpp@stripped, 2008-02-22 10:45:43+01:00,
knielsen@ymer.(none) +7 -1
    WL#4086: NdbRecord interface modifications
    
    Bugfix: DeleteOperation did not set the 'anyValue'.

diff -Nrup a/storage/ndb/src/ndbapi/NdbOperationExec.cpp
b/storage/ndb/src/ndbapi/NdbOperationExec.cpp
--- a/storage/ndb/src/ndbapi/NdbOperationExec.cpp	2008-02-19 16:00:27 +01:00
+++ b/storage/ndb/src/ndbapi/NdbOperationExec.cpp	2008-02-22 10:45:43 +01:00
@@ -972,7 +972,13 @@ NdbOperation::buildSignalsNdbRecord(Uint
     /* Don't need these any more */
     m_extraSetValues = NULL;
     m_numExtraSetValues = 0;
-  
+  }
+
+  if ((tOpType == InsertRequest) ||
+      (tOpType == WriteRequest) ||
+      (tOpType == UpdateRequest) ||
+      (tOpType == DeleteRequest))
+  {
     /* Handle any setAnyValue(). */
     if (m_use_any_value)
     {
Thread
bk commit into 5.1 tree (knielsen:1.2534)knielsen22 Feb 2008