From: Johan Andersson Date: April 26 2012 9:53am Subject: Re: Error adding column to table List-Archive: http://lists.mysql.com/cluster/8315 Message-Id: <79431847-8E27-429A-A9FC-4717308869D8@severalnines.com> MIME-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi, It looks like you have run out of MaxNoOfAttributes. NDB error code 708: No more attribute metadata records (increase = MaxNoOfAttributes): Permanent error: Schema error So you must increase it. Best regards, Johan Andersson Severalnines AB On Apr 26, 2012, at 11:16 AM, G=FCnter Radakovits wrote: > Hi there, >=20 > Statement: ALTER TABLE Customers ADD LPF TINYINT( 1 ) NULL; > Generates Error: ERROR 708 (HY000): Unknown error 708 >=20 > The same statements worked fine on the test environment - with same OS = & MySQL Version, Patchlevel, ..... > Any suggestions? >=20 > kr > G=FCnter