List:Internals« Previous MessageNext Message »
From:jonas Date:October 11 2005 5:38am
Subject:bk commit into 5.1 tree (jonas:1.2039)
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.2039 05/10/11 07:38:33 jonas@eel.(none) +1 -0
  ndb diskdata 
    fix uninit variable, m_gci in createObj

  storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp
    1.111 05/10/11 07:38:27 jonas@eel.(none) +1 -0
    Init GCI for CREATE_OBJ
      can cause restart problems 

# 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:	eel.(none)
# Root:	/home/jonas/src/mysql-5.1-ndb-dd

--- 1.110/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp	2005-10-10 14:35:19 +02:00
+++ 1.111/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp	2005-10-11 07:38:27 +02:00
@@ -13810,6 +13810,7 @@
   createObjPtr.p->m_clientRef = req->clientRef;
   createObjPtr.p->m_clientData = req->clientData;
   
+  createObjPtr.p->m_gci = gci;
   createObjPtr.p->m_obj_id = objId;
   createObjPtr.p->m_obj_type = objType;
   createObjPtr.p->m_obj_version = objVersion;
Thread
bk commit into 5.1 tree (jonas:1.2039)jonas11 Oct