Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#7465 closed defect (bug) (fixed)

Bump term name limit

Reported by: nbachiyski Owned by: anonymous
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)

term-name-length-bump.diff (501 bytes) - added by nbachiyski 5 years ago.

Download all attachments as: .zip

Change History (5)

comment:1   ryan5 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [8553]) Increase term name length. Props nbachiyski. fixes #7465

comment:2   ryan5 years ago

(In [8558]) Increase term name length. Props nbachiyski. fixes #7465 for 2.6

comment:3   ryan5 years ago

  • Milestone changed from 2.7 to 2.6.1

Tested in [8558] in 2.6 branch - looks good, thanks!

Note: See TracTickets for help on using tickets.