MySQL Forums
Forum List  »  NDB clusters

ERROR 1296 (HY000): Got error 1229 'Too long frm data supplied' from NDBCLUSTER
Posted by: Christian Tölle
Date: December 09, 2014 11:32AM

Hi,

after a simple:

ALTER TABLE test_table add test_col tinyint(1) default '0';

i got

"ERROR 1296 (HY000): Got error 1229 'Too long frm data supplied' from NDBCLUSTER"

if i do
ALTER TABLE test_table add test_col tinyint(1)

it returns:
ERROR 1229 (HY000): Variable '' is a GLOBAL variable and should be set with SET GLOBAL



It only occurs in one of the cluster tables. A restart of the cluster dosn't help.
I get it on my development and in the production enviroment.

The table had 164 attributes. The maxnoofattributes variable isn't the problem..

please help.
thx in advance..

Options: ReplyQuote




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.