MySQL Forums
Forum List  »  NDB clusters

DELETE on ndbcluster table gives error
Posted by: Roberto Mendez
Date: August 09, 2005 10:53AM

I am not sure if this is the proper forum to post it under but I am going to post it under cluster because the table masterg is using the ndbcluster engine.

The following DELETE query will not work and always errors out with the error that is bellow, yet a regular SELECT query works just fine. What can this be? Is this a problem with ndbcluster or something else?


mysql> select count(*) FROM masterg WHERE R_id='93' and score<=83930;
+----------+
| count(*) |
+----------+
| 137081 |
+----------+
1 row in set (1.36 sec)

mysql> DELETE FROM `masterg` WHERE R_id='93' AND score<=83930;
ERROR 2013 (HY000): Lost connection to MySQL server during query
mysql>

Options: ReplyQuote


Subject
Views
Written By
Posted
DELETE on ndbcluster table gives error
2484
August 09, 2005 10:53AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.