Commit 96268d4a authored by unknown's avatar unknown

Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1

into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.0


sql/ha_ndbcluster.cc:
  Auto merged
parents 95958982 523d97f4
...@@ -3131,10 +3131,13 @@ int ha_ndbcluster::end_bulk_insert() ...@@ -3131,10 +3131,13 @@ int ha_ndbcluster::end_bulk_insert()
no_uncommitted_rows_execute_failure(); no_uncommitted_rows_execute_failure();
my_errno= error= ndb_err(trans); my_errno= error= ndb_err(trans);
} }
else
{
int res= trans->restart(); int res= trans->restart();
DBUG_ASSERT(res == 0); DBUG_ASSERT(res == 0);
} }
} }
}
m_rows_inserted= (ha_rows) 0; m_rows_inserted= (ha_rows) 0;
m_rows_to_insert= (ha_rows) 1; m_rows_to_insert= (ha_rows) 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment