List:Commits« Previous MessageNext Message »
From:Stewart Smith Date:April 19 2006 5:03pm
Subject:bk commit into 5.1 tree (stewart:1.2360)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of stewart. When stewart 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.2360 06/04/20 01:03:49 stewart@stripped[stewart] +1 -0
  a

  storage/ndb/src/ndbapi/NdbTransaction.cpp
    1.56 06/04/20 01:02:16 stewart@stripped[stewart] +2 -2
    Import patch a

# 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:	stewart
# Host:	willster.(none)
# Root:	/home/stewart/Documents/MySQL/5.1/new-ndb

--- 1.55/storage/ndb/src/ndbapi/NdbTransaction.cpp	2006-03-28 15:26:48 +11:00
+++ 1.56/storage/ndb/src/ndbapi/NdbTransaction.cpp	2006-04-20 01:02:16 +10:00
@@ -1192,9 +1192,9 @@
       if(tOp)
       {
 	tOp->m_currentTable = table;
+        // Mark that this really an NdbIndexScanOperation
+        tOp->m_type = NdbOperation::OrderedIndexScan;
       }
-      // Mark that this really an NdbIndexScanOperation
-      tOp->m_type = NdbOperation::OrderedIndexScan; 
       return tOp;
     } else {
       setOperationErrorCodeAbort(4271);
Thread
bk commit into 5.1 tree (stewart:1.2360)Stewart Smith19 Apr