List:Commits« Previous MessageNext Message »
From:Martin Skold Date:September 21 2009 11:47am
Subject:bzr commit into mysql-5.1-telco-7.0 branch (Martin.Skold:3012) Bug#39268
View as plain text  
#At file:///home/marty/MySQL/mysql-5.1-telco-7.0/

 3012 Martin Skold	2009-09-21 [merge]
      Merge
      modified:
        storage/ndb/src/ndbapi/Ndb.cpp

=== modified file 'storage/ndb/src/ndbapi/Ndb.cpp'
--- a/storage/ndb/src/ndbapi/Ndb.cpp	2009-09-15 16:59:09 +0000
+++ b/storage/ndb/src/ndbapi/Ndb.cpp	2009-09-21 11:47:23 +0000
@@ -1613,7 +1613,7 @@ Ndb::opTupleIdOnNdb(const NdbTableImpl* 
  */
 #if 0
   // Start transaction with table id as hint
-  tConnection = this->startTransaction(table,
+  tConnection = this->startTransaction(m_sys_tab_0,
                                        (const char *) &aTableId,
                                        sizeof(Uint32));
 #else

Thread
bzr commit into mysql-5.1-telco-7.0 branch (Martin.Skold:3012) Bug#39268Martin Skold21 Sep