List:Commits« Previous MessageNext Message »
From:Martin Skold Date:February 1 2007 8:48am
Subject:bk commit into 5.0 tree (mskold:1.2296) BUG#25522
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of marty. When marty 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-02-01 09:48:45+01:00, mskold@stripped +1 -0
  Bug #25522  Update with IN syntax Clustertable + Trigger leads to mysqld segfault: moved back assignment

  sql/ha_ndbcluster.cc@stripped, 2007-02-01 09:45:33+01:00, mskold@stripped +1 -2
    Bug #25522  Update with IN syntax Clustertable + Trigger leads to mysqld segfault: moved back assignment

# 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:	mskold
# Host:	linux.site
# Root:	/windows/Linux_space/MySQL/mysql-5.0

--- 1.292/sql/ha_ndbcluster.cc	2007-02-01 09:48:54 +01:00
+++ 1.293/sql/ha_ndbcluster.cc	2007-02-01 09:48:54 +01:00
@@ -3878,10 +3878,9 @@ int ha_ndbcluster::start_stmt(THD *thd, 
     no_uncommitted_rows_reset(thd);
     thd_ndb->stmt= trans;
     thd_ndb->query_state&= NDB_QUERY_NORMAL;
-    m_active_trans= trans;
     trans_register_ha(thd, FALSE, &ndbcluster_hton);
   }
-
+  m_active_trans= trans;
   // Start of statement
   m_retrieve_all_fields= FALSE;
   m_retrieve_primary_key= FALSE;
Thread
bk commit into 5.0 tree (mskold:1.2296) BUG#25522Martin Skold1 Feb