List:Internals« Previous MessageNext Message »
From:jonas Date:September 21 2005 3:27pm
Subject:bk commit into 5.0 tree (jonas:1.1981)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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.1981 05/09/21 17:27:04 jonas@stripped +3 -0
  Merge perch.ndb.mysql.com:/home/jonas/src/mysql-4.1
  into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.0

  ndb/src/kernel/blocks/dbtup/DbtupTrigger.cpp
    1.11 05/09/21 17:27:02 jonas@stripped +2 -7
    merge

  ndb/src/kernel/blocks/dbtup/Dbtup.hpp
    1.24 05/09/21 17:25:09 jonas@stripped +0 -0
    Auto merged

  ndb/src/kernel/blocks/backup/Backup.cpp
    1.24 05/09/21 17:25:09 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.0/RESYNC

--- 1.23/ndb/src/kernel/blocks/backup/Backup.cpp	2005-09-09 09:44:06 +02:00
+++ 1.24/ndb/src/kernel/blocks/backup/Backup.cpp	2005-09-21 17:25:09 +02:00
@@ -3262,6 +3262,7 @@
     req->requestInfo = 0;
     req->savePointId = 0;
     req->tableId = table.tableId;
+    ScanFragReq::setReadCommittedFlag(req->requestInfo, 1);
     ScanFragReq::setLockMode(req->requestInfo, 0);
     ScanFragReq::setHoldLockFlag(req->requestInfo, 0);
     ScanFragReq::setKeyinfoFlag(req->requestInfo, 0);

--- 1.23/ndb/src/kernel/blocks/dbtup/Dbtup.hpp	2005-09-01 00:19:31 +02:00
+++ 1.24/ndb/src/kernel/blocks/dbtup/Dbtup.hpp	2005-09-21 17:25:09 +02:00
@@ -1791,7 +1791,8 @@
                        Uint32* const mainBuffer,
                        Uint32& noMainWords,
                        Uint32* const copyBuffer,
-                       Uint32& noCopyWords);
+                       Uint32& noCopyWords,
+		       bool xfrm);
 
   void sendTrigAttrInfo(Signal*        signal, 
                         Uint32*        data, 
Thread
bk commit into 5.0 tree (jonas:1.1981)jonas21 Sep