List:Commits« Previous MessageNext Message »
From:Martin Skold Date:September 18 2009 1:59pm
Subject:bzr commit into mysql-5.1-telco-6.2 branch (Martin.Skold:2998) Bug#39268
View as plain text  
#At file:///home/marty/MySQL/mysql-5.1-telco-6.2/

 2998 Martin Skold	2009-09-18
      bug#39268  No transaction hints used to update SYSTAB_0 for autoincrement and PK-less table
      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:52:04 +0000
+++ b/storage/ndb/src/ndbapi/Ndb.cpp	2009-09-18 13:59:24 +0000
@@ -1429,7 +1429,7 @@ Ndb::opTupleIdOnNdb(const NdbTableImpl* 
     goto error_handler;
 
   // Start transaction with table id as hint
-  tConnection = this->startTransaction(table,
+  tConnection = this->startTransaction(m_sys_tab_0,
                                        (const char *) &aTableId,
                                        sizeof(Uint32));
   if (tConnection == NULL)

Thread
bzr commit into mysql-5.1-telco-6.2 branch (Martin.Skold:2998) Bug#39268Martin Skold18 Sep