List:Commits« Previous MessageNext Message »
From:jonas Date:February 19 2006 7:23am
Subject:bk commit into 5.1 tree (jonas:1.2105)
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.2105 06/02/19 08:23:01 jonas@eel.(none) +1 -0
  ndb dd
    dont sync create table during sr _or_ nr

  storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp
    1.23 06/02/19 08:22:56 jonas@eel.(none) +1 -2
    dont sync on NR either

# 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-new

--- 1.22/storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp	2006-02-17 17:05:12 +01:00
+++ 1.23/storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp	2006-02-19 08:22:56 +01:00
@@ -548,8 +548,7 @@
   if (regTabPtr.p->m_no_of_disk_attributes)
   {
     ljam();
-    if(!(getNodeState().getSystemRestartInProgress() && 
-	 getNodeState().startLevel == NodeState::SL_STARTING && 
+    if(!(getNodeState().startLevel == NodeState::SL_STARTING && 
 	 getNodeState().starting.startPhase <= 4))
     {
       Callback cb;
Thread
bk commit into 5.1 tree (jonas:1.2105)jonas19 Feb