Ticket #7465 (closed defect (bug): fixed)

Opened 4 years ago

Last modified 4 years ago

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

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

Change History

comment:1   ryan4 years ago

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

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

comment:2   ryan4 years ago

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

comment:3   ryan4 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.