List:Commits« Previous MessageNext Message »
From:jonas Date:May 7 2008 7:31am
Subject:bk commit into 5.1 tree (jonas:1.2588)
View as plain text  
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, 2008-05-07 09:31:15+02:00, jonas@stripped +2 -0
  fix -Wreorder in telco-6.4

  sql/ha_ndbcluster_binlog.h@stripped, 2008-05-07 09:31:13+02:00, jonas@stripped +1 -1
    fix -Wreorder in telco-6.4

  storage/ndb/src/kernel/vm/SimulatedBlock.cpp@stripped, 2008-05-07 09:31:13+02:00, jonas@stripped +1 -1
    fix -Wreorder in telco-6.4

diff -Nrup a/sql/ha_ndbcluster_binlog.h b/sql/ha_ndbcluster_binlog.h
--- a/sql/ha_ndbcluster_binlog.h	2008-03-26 16:01:02 +01:00
+++ b/sql/ha_ndbcluster_binlog.h	2008-05-07 09:31:13 +02:00
@@ -148,8 +148,8 @@ public:
     DBUG_RETURN(tmp);
   }
 private:
-  const NDBTAB *m_ndbtab;
   NDBDICT *m_dict;
+  const NDBTAB *m_ndbtab;
   int m_invalidate;
 };
 
diff -Nrup a/storage/ndb/src/kernel/vm/SimulatedBlock.cpp b/storage/ndb/src/kernel/vm/SimulatedBlock.cpp
--- a/storage/ndb/src/kernel/vm/SimulatedBlock.cpp	2008-04-23 15:37:56 +02:00
+++ b/storage/ndb/src/kernel/vm/SimulatedBlock.cpp	2008-05-07 09:31:13 +02:00
@@ -68,9 +68,9 @@ SimulatedBlock::SimulatedBlock(BlockNumb
     c_segmentedFragmentSendList(c_fragmentSendPool),
     c_mutexMgr(* this),
     c_counterMgr(* this),
-    m_threadId(0),
     m_watchDogCounter(NULL)
 {
+  m_threadId = 0;
   m_jamBuffer = (EmulatedJamBuffer *)NdbThread_GetTlsKey(NDB_THREAD_TLS_JAM);
   NewVarRef = 0;
   
Thread
bk commit into 5.1 tree (jonas:1.2588)jonas7 May