ERROR 1032 (HY000): Can't find record in table
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)
Subject
Views
Written By
Posted
ERROR 1032 (HY000): Can't find record in table
4306
December 11, 2004 03:21PM
2658
December 16, 2004 06:43PM
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.