MySQL Forums
Forum List  »  NDB clusters

Got error 1 Unknown error code from ndbcluster
Posted by: Adam D
Date: November 06, 2005 11:33PM

Im getting this when running a query of an existing working dataset;
ERROR 1296 (HY000): Got error 1 'Unknown error code' from ndbcluster

Testing a query I have on a MyISAM table;
This one works - but is missing the data I want to display.

SELECT Cars.CarID, Tyres.TyreName FROM Cars, Tyres WHERE Tyres.CarID=Cars.CarID ORDER BY CarDate DESC LIMIT 20;
20 rows in set

The only change to the query is that it selects the text field...

mysql> SELECT Cars.CarID, Cars.CarText, Tyres.TyreName FROM Cars, Tyres WHERE Tyres.CarID=Cars.CarID ORDER BY CarDate DESC LIMIT 20;
ERROR 1296 (HY000): Got error 1 'Unknown error code' from ndbcluster
mysql>

perror --ndb 1296
OS error code 1296: No message slogan found (please report a bug if you get this error code): Unknown: Unknown

Options: ReplyQuote


Subject
Views
Written By
Posted
Got error 1 Unknown error code from ndbcluster
2862
November 06, 2005 11:33PM


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.