List:Commits« Previous MessageNext Message »
From:tomas Date:November 6 2007 10:58am
Subject:bk commit into 5.1 tree (tomas:1.2714)
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@stripped, 2007-11-06 10:57:59+01:00, tomas@stripped +1 -0
  correct compile error

  storage/ndb/tools/restore/Restore.cpp@stripped, 2007-11-06 10:57:56+01:00,
tomas@stripped +1 -0
    correct compile error

diff -Nrup a/storage/ndb/tools/restore/Restore.cpp b/storage/ndb/tools/restore/Restore.cpp
--- a/storage/ndb/tools/restore/Restore.cpp	2007-11-06 10:43:55 +01:00
+++ b/storage/ndb/tools/restore/Restore.cpp	2007-11-06 10:57:56 +01:00
@@ -674,6 +674,7 @@ int
 RestoreDataIterator::readTupleData_drop6(Uint32 *buf_ptr, Uint32 *ptr,
                                          Uint32 dataLength)
 {
+  Uint32 i;
   for (i = 0; i < m_currentTable->m_variableAttribs.size(); i++)
   {
     const Uint32 attrId = m_currentTable->m_variableAttribs[i]->attrId;
Thread
bk commit into 5.1 tree (tomas:1.2714)tomas6 Nov