Comment #1 on issue 3670 by [email protected]: scmtools repository unique
constraint path:local prevents using mysql 5.5 with wide charsets
https://code.google.com/p/reviewboard/issues/detail?id=3670
Hey Thom,
That error isn't about the key length. Actually, that error is old and the
specific case it was referring to was fixed long ago. We just never removed
the comment.
I don't think we can support utf32 or utf8mb4. Is there a reason plain ol'
utf8 can't be used?
The reason is that MySQL's design involving key lengths is completely
busted. It does not care about the character length of fields. It will deal
exclusively with byte length. That means that the more bytes required per
character, the closer you are to hitting that error. We cannot ensure that
our key lengths will work for anything higher than utf8.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.