Defect #29209
Long text custom fields don't accept values longer than 64KB if backend database is MySQL
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Custom fields | |||
Target version: | 4.1.0 | |||
Resolution: | Fixed | Affected version: |
Description
Redmine raises internal server error if a user enters text longer than 64KB to long text custom fields and the backend database is MySQL.
Issue descriptions and journal notes can be larger than 64KB since Redmine 3.4.0 (#20127). Long text custom fields also should accept text exceeding 64KB.
Related issues
Associated revisions
Long text custom fields don't accept values longer than 64KB if backend database is MySQL (#29209).
History
#1
Updated by Go MAEDA about 4 years ago
- Related to Defect #20127: The description column in the issues table is too short (MySQL) added
#2
Updated by Go MAEDA about 4 years ago
- Target version set to Candidate for next major release
#3
Updated by Go MAEDA over 3 years ago
- Target version changed from Candidate for next major release to 4.1.0
#4
Updated by Jean-Philippe Lang over 3 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Fixed in r17965.