Below is the list of changes that have just been committed into a local
5.0 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@stripped, 2006-09-15 11:35:21+02:00, jonas@stripped +1 -0
Merge perch.ndb.mysql.com:/home/jonas/src/41-work
into perch.ndb.mysql.com:/home/jonas/src/50-work
MERGE: 1.1616.2144.193
ndb/src/kernel/blocks/dbdict/Dbdict.cpp@stripped, 2006-09-15 11:35:19+02:00, jonas@stripped +0 -0
Auto merged
MERGE: 1.26.2.19
# 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: perch.ndb.mysql.com
# Root: /home/jonas/src/50-work/RESYNC
--- 1.66/ndb/src/kernel/blocks/dbdict/Dbdict.cpp 2006-09-15 11:35:24 +02:00
+++ 1.67/ndb/src/kernel/blocks/dbdict/Dbdict.cpp 2006-09-15 11:35:25 +02:00
@@ -2464,7 +2464,8 @@
tablePtr.p->tableType = (DictTabInfo::TableType)oldEntry->m_tableType;
// On NR get index from master because index state is not on file
- const bool file = c_systemRestart || tablePtr.p->isTable();
+ const bool file = (* newEntry == * oldEntry) &&
+ (c_systemRestart || tablePtr.p->isTable());
restartCreateTab(signal, tableId, oldEntry, file);
return;
| Thread |
|---|
| • bk commit into 5.0 tree (jonas:1.2250) | jonas | 15 Sep |