List:Commits« Previous MessageNext Message »
From:Stewart Smith Date:June 27 2006 10:54am
Subject:bk commit into 4.1 tree (stewart:1.2510) BUG#19894
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of stewart. When stewart 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.2510 06/06/27 18:54:02 stewart@stripped +1 -0
  BUG#19894 Data nodes fail during loading data if NoOfFragmentLogFiles=1
  
  change default minimum to 3
  
  bug is *very* timing dependent, unable to reproduce here, but theoretically possible.

  ndb/src/mgmsrv/ConfigInfo.cpp
    1.63 06/06/27 18:53:54 stewart@stripped +1 -1
    change minimum NoOfFragmentLogFiles to 3

# 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:	stewart
# Host:	willster.(none)
# Root:	/home/stewart/Documents/MySQL/4.1/bug19894

--- 1.62/ndb/src/mgmsrv/ConfigInfo.cpp	2006-04-26 23:57:46 +10:00
+++ 1.63/ndb/src/mgmsrv/ConfigInfo.cpp	2006-06-27 18:53:54 +10:00
@@ -857,7 +857,7 @@
     false,
     ConfigInfo::CI_INT,
     "8",
-    "1",
+    "3",
     STR_VALUE(MAX_INT_RNIL) },
 
   {
Thread
bk commit into 4.1 tree (stewart:1.2510) BUG#19894Stewart Smith27 Jun