Bug #5431 MySQL server crash, big delete
Submitted: 6 Sep 2004 13:25 Modified: 10 Sep 2004 17:16
Reporter: Johan Andersson Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S2 (Serious)
Version:mysq 4.1 ndb bk OS:Any (*)
Assigned to: Tomas Ulin CPU Architecture:Any

[6 Sep 2004 13:25] Johan Andersson
Description:
MySQL server crashes after failing a transaction using too many operations.

How to repeat:
In config.ini
MaxNoOfOperations: 10000

I have a table with 19943 rows
I do:
1) delete from tablename;
sending close 1 0
ERROR 1297 (HY000): Got temporary error 1217 '1217' from ndbcluster
2) select *  from tablename;

3) Mysqld crashes.
[10 Sep 2004 17:16] Tomas Ulin
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html