MySQL Forums
Forum List  »  NDB clusters

Re: DDL resulting in "errno: 708 - Unknown error 708"
Posted by: Mikael Ronström
Date: November 22, 2018 05:03AM

708 means NoMoreAttributeRecords. Remember that when documentation
doesn't provide the answer MySQL is open source and so grep'ing on
708 in the source code can provide a hit.

You need to increase MaxNoOfAttributes to enable the table to be changed.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: DDL resulting in "errno: 708 - Unknown error 708"
680
November 22, 2018 05:03AM


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.