MySQL Forums
Forum List  »  NDB clusters

Re: Seems not an Err but a miss.
Posted by: Mikael Ronström
Date: September 20, 2018 04:42AM

A couple of hints what could cause the problem.
The limit is in bytes, not in characters.
This means that if you have a VARCHAR(255) defined
in a character set that uses multiple bytes per
character, this can be much more than 255 bytes.
Second BLOBs consume the fixed size part as part
of the 14000 bytes, this part is 256 bytes as far
as I can remember.

Options: ReplyQuote


Subject
Views
Written By
Posted
868
September 18, 2018 06:21AM
Re: Seems not an Err but a miss.
530
September 20, 2018 04:42AM


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.