List:Commits« Previous MessageNext Message »
From:gni Date:March 5 2007 4:25am
Subject:bk commit into 5.1 tree (gni:1.2437) BUG#25992
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 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, 2007-03-05 11:25:44+08:00, gni@stripped +1 -0
  BUG#25992 Data nodes died during creating many tables based on different tablespaces.

  storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp@stripped, 2007-03-05 11:25:41+08:00,
gni@stripped +0 -1
    Because TableSpaces, Datafiles, Undofiles and LogfileGroups uses the same id-space
with Tables,
    when they are created, the objId allocated for TableSpaces, Datafiles, Undofiles and
LogfileGroups 
    shouldn't satisfy the rule of (tableId < c_tableRecordPool.getSize()).

# 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:	gni
# Host:	dev3-221.dev.cn.tlan
# Root:	/home/ngb/mysql/mysql-5.1/mysql-5.1-bug25992

--- 1.114/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp	2007-03-05 11:25:51 +08:00
+++ 1.115/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp	2007-03-05 11:25:51 +08:00
@@ -1090,7 +1090,6 @@
 			  SchemaFile::TableEntry* te, Callback* callback,
                           bool savetodisk){
   jam();
-  ndbrequire(tableId < c_tableRecordPool.getSize());
   XSchemaFile * xsf = &c_schemaFile[c_schemaRecord.schemaPage != 0];
   SchemaFile::TableEntry * tableEntry = getTableEntry(xsf, tableId);
   
Thread
bk commit into 5.1 tree (gni:1.2437) BUG#25992gni5 Mar