MySQL Forums
Forum List  »  NDB clusters

Re: Got error 851 Maximum 8052 bytes of FIXED columns supported
Posted by: Mikael Ronström
Date: June 13, 2017 04:02AM

Looks like you have around 4900 characters of
VARCHAR fields using UTF8. I think that the
table create checks for variable sized fields
to not go over something like 14k bytes and
worst case 4900 UTF8 characters is 19600 bytes.

So probably the error message is wrong here.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Got error 851 Maximum 8052 bytes of FIXED columns supported
792
June 13, 2017 04:02AM


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.