List:Internals« Previous MessageNext Message »
From:pekka Date:July 5 2005 2:53pm
Subject:bk commit into 5.1 tree (pekka:1.1927)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of pekka. When pekka 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.1927 05/07/05 14:52:53 pekka@stripped +1 -0
  ndb - tupscan: add missing empty constructor

  storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp
    1.67 05/07/05 14:51:18 pekka@stripped +1 -0
    i dont believe this

# 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:	pekka
# Host:	clam.ndb.mysql.com
# Root:	/export/space/pekka/ndb/version/my51-vs

--- 1.66/storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp	2005-07-03 16:31:48 +02:00
+++ 1.67/storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp	2005-07-05 14:51:18 +02:00
@@ -342,6 +342,7 @@
 
   // Tup scan op (compare Dbtux::ScanOp)
   struct ScanOp {
+    ScanOp() {}
     enum {      // state
       Undef = 0,
       First = 1,                // before first entry
Thread
bk commit into 5.1 tree (pekka:1.1927)pekka5 Jul