Ticket #7465 (closed defect: fixed)

Opened 3 weeks ago

Last modified 3 weeks ago

Bump term name limit

Reported by: nbachiyski Assigned to: 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 (501 bytes) - added by nbachiyski on 08/05/08 17:48:13.

Change History

08/05/08 17:48:13 changed by nbachiyski

  • attachment term-name-length-bump.diff added.

08/05/08 18:27:04 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

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

08/05/08 22:03:49 changed by ryan

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

08/05/08 22:10:53 changed by ryan

  • milestone changed from 2.7 to 2.6.1.

08/05/08 22:33:30 changed by jhodgdon

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