MySQL Forums
Forum List  »  NDB clusters

ERROR 1032 (HY000): Can't find record in table
Posted by: John Muehlhausen
Date: December 11, 2004 03:21PM

I happened to notice the following just as an application removed all records from a table. Seems like a bug that cluster would report an error on a select when a table is simply empty?

mysql> select * from _messages_Test0 order by seqnum;
ERROR 1032 (HY000): Can't find record in '_messages_Test0'
mysql> select * from _messages_Test0 order by seqnum;
Empty set (0.00 sec)

Options: ReplyQuote


Subject
Views
Written By
Posted
ERROR 1032 (HY000): Can't find record in table
4306
December 11, 2004 03:21PM


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.