Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MySQL] Exceeded row size, max row size is 65535 (include overhead) #86

Open
kevinresol opened this issue Oct 24, 2019 · 0 comments
Open

Comments

@kevinresol
Copy link
Member

if (maxLength < 65536) 'VARBINARY($maxLength)'

This 65535 is the max row size including overhead. For example the practical max row size of VARBINARY is about 63900 bytes (not very sure what exactly contributes to overhead)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant