List:Commits« Previous MessageNext Message »
From:tomas Date:February 27 2007 4:20am
Subject:bk commit into 5.1 tree (tomas:1.2437) BUG#26663
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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.2437 07/02/27 11:20:33 tomas@stripped +1 -0
  Bug #26663 ndb: cluster have issues with api nodeids > 63

  sql/ha_ndbcluster_binlog.h
    1.22 07/02/27 11:20:23 tomas@stripped +1 -1
    Bug #26663 ndb: cluster have issues with api nodeids > 63

# 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:	tomas
# Host:	poseidon.mysql.com
# Root:	/home/tomas/mysql-5.1-telco-6.1_2

--- 1.21/sql/ha_ndbcluster_binlog.h	2006-12-24 02:33:28 +07:00
+++ 1.22/sql/ha_ndbcluster_binlog.h	2007-02-27 11:20:23 +07:00
@@ -54,7 +54,7 @@ enum SCHEMA_OP_TYPE
   SOT_TRUNCATE_TABLE= 11
 };
 
-const uint max_ndb_nodes= 64; /* multiple of 32 */
+const uint max_ndb_nodes= 256; /* multiple of 32 */
 
 static const char *ha_ndb_ext=".ndb";
 static const char share_prefix[]= "./";
Thread
bk commit into 5.1 tree (tomas:1.2437) BUG#26663tomas27 Feb