From: Date: March 20 2008 3:52pm Subject: bk commit into 5.1 tree (frazer:1.2564) BUG#35137 List-Archive: http://lists.mysql.com/commits/44288 X-Bug: 35137 Message-Id: <200803201452.m2KEqLRJ026042@forth.ndb.mysql.com> Below is the list of changes that have just been committed into a local 5.1 repository of frazer. When frazer 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-03-20 14:52:07+00:00, frazer@stripped +1 -0 Bug #35137 Merge fix sql/ha_ndbcluster.cc@stripped, 2008-03-20 14:52:00+00:00, frazer@stripped +2 -2 Merge fix diff -Nrup a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc --- a/sql/ha_ndbcluster.cc 2008-03-20 11:05:29 +00:00 +++ b/sql/ha_ndbcluster.cc 2008-03-20 14:52:00 +00:00 @@ -3671,7 +3671,7 @@ int ha_ndbcluster::update_row(const ucha if (need_execute) { - if (execute_no_commit(this,trans,FALSE) != 0) + if (execute_no_commit(this,trans) != 0) { no_uncommitted_rows_execute_failure(); DBUG_RETURN(ndb_err(trans)); @@ -4584,7 +4584,7 @@ ha_ndbcluster::flush_bulk_insert() if (! (m_thd_ndb->trans_options & TNTO_TRANSACTIONS_OFF)) { - if (execute_no_commit(this,trans,FALSE) != 0) + if (execute_no_commit(this,trans) != 0) { no_uncommitted_rows_execute_failure(); DBUG_RETURN(ndb_err(trans));