#7465 closed defect (bug) (fixed)
Bump term name limit
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.6.1 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Since MySQL's varchar limits are in bytes and not in characters the current limit of 55 can handle a lot less then 55 non-ASCII charcaters. For example 28 Cyrillic characters are 56 bytes, encoded in UTF-8.
Here is a patch, which increases the length to 200.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
(In [8553]) Increase term name length. Props nbachiyski. fixes #7465