List:Commits« Previous MessageNext Message »
From:lzhou Date:November 15 2006 10:33am
Subject:bk commit into 5.0 tree (lzhou:1.2259) BUG#23354
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of root. When root 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@stripped, 2006-11-15 09:33:01+00:00, lzhou@stripped +1 -0
  BUG#23354 Change the message when do restart operation. It Dont's show 'no start' on
node restart if not a nostart state

  ndb/src/mgmsrv/MgmtSrvr.cpp@stripped, 2006-11-15 09:32:59+00:00, lzhou@stripped
+2 -2
    Change the parameter from 'true' to nostart.

# 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:	lzhou
# Host:	dev3-138.dev.cn.tlan
# Root:	/home/zhl/mysql/mysql-5.0/bug23354

--- 1.107/ndb/src/mgmsrv/MgmtSrvr.cpp	2006-11-15 09:33:08 +00:00
+++ 1.108/ndb/src/mgmsrv/MgmtSrvr.cpp	2006-11-15 09:33:08 +00:00
@@ -1295,7 +1295,7 @@
                         abort,
                         false,
                         true,
-                        true,
+                        nostart,
                         initialStart,
                         stopSelf);
 
@@ -1356,7 +1356,7 @@
 			 abort,
 			 true,
 			 true,
-			 true,
+			 nostart,
 			 initialStart,
                          &tmp);
 
Thread
bk commit into 5.0 tree (lzhou:1.2259) BUG#23354lzhou15 Nov