Below is the list of changes that have just been committed into a local
5.1 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, 2007-04-30 09:56:57+02:00, jonas@stripped +1 -0
correct merge error
storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp@stripped, 2007-04-30 09:56:55+02:00,
jonas@stripped +2 -2
correct merge error
# 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/51-telco
--- 1.43/storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp 2007-04-30 09:57:02 +02:00
+++ 1.44/storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp 2007-04-30 09:57:02 +02:00
@@ -976,9 +976,9 @@
regTabPtr->m_attributes[MM].m_no_of_dynamic)
{
pos[MM] += Var_part_ref::SZ32;
- regTabPtr.p->m_bits &= ~(Uint32)Tablerec::TR_ForceVarPart;
+ regTabPtr->m_bits &= ~(Uint32)Tablerec::TR_ForceVarPart;
}
- else if (regTabPtr.p->m_bits & Tablerec::TR_ForceVarPart)
+ else if (regTabPtr->m_bits & Tablerec::TR_ForceVarPart)
{
pos[MM] += Var_part_ref::SZ32;
}
| Thread |
|---|
| • bk commit into 5.1 tree (jonas:1.2508) | jonas | 30 Apr |