Loading sql/ha_ndbcluster.cc +5 −2 Original line number Diff line number Diff line Loading @@ -3061,10 +3061,13 @@ int ha_ndbcluster::end_bulk_insert() no_uncommitted_rows_execute_failure(); my_errno= error= ndb_err(trans); } else { int res= trans->restart(); DBUG_ASSERT(res == 0); } } } m_rows_inserted= (ha_rows) 0; m_rows_to_insert= (ha_rows) 1; Loading Loading
sql/ha_ndbcluster.cc +5 −2 Original line number Diff line number Diff line Loading @@ -3061,10 +3061,13 @@ int ha_ndbcluster::end_bulk_insert() no_uncommitted_rows_execute_failure(); my_errno= error= ndb_err(trans); } else { int res= trans->restart(); DBUG_ASSERT(res == 0); } } } m_rows_inserted= (ha_rows) 0; m_rows_to_insert= (ha_rows) 1; Loading