MySQL Forums
Forum List  »  NDB clusters

DDL resulting in "errno: 708 - Unknown error 708"
Posted by: Ben Clewett
Date: November 15, 2018 04:26AM

Version: 5.6.11-ndb-7.3.2-cluster-gpl

I am trying some DDL on an NDB table. At the end of the DDL I consistently get:

ERROR 1025 (HY000): Error on rename of './ndb/fl_state' to './ndb/#sql2-1aa0-2ed2bb' (errno: 708 - Unknown error 708)

DDS is as follows:

ALTER TABLE ndb.fl_state MODIFY mc_odo DECIMAL(12,3) DEFAULT NULL, MODIFY mc_fuel DECIMAL(11,2) DEFAULT NULL;

I have tried on several nodes and this seems consistent. Any ideas how I can get past this?

Regards,

Ben

Options: ReplyQuote


Subject
Views
Written By
Posted
DDL resulting in "errno: 708 - Unknown error 708"
1227
November 15, 2018 04:26AM


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.