#7465 closed defect (bug) (fixed)
Bump term name limit
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6.1 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch |
| 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)
Note: See
TracTickets for help on using
tickets.
(In [8553]) Increase term name length. Props nbachiyski. fixes #7465