Commit 0488462a authored by svoj@april.(none)'s avatar svoj@april.(none)

Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-4.1

into  april.(none):/home/svoj/devel/mysql/merge/mysql-4.1
parents 91296df5 06a57659
......@@ -3061,8 +3061,11 @@ int ha_ndbcluster::end_bulk_insert()
no_uncommitted_rows_execute_failure();
my_errno= error= ndb_err(trans);
}
int res= trans->restart();
DBUG_ASSERT(res == 0);
else
{
int res= trans->restart();
DBUG_ASSERT(res == 0);
}
}
}
......
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