12 Nov
2015
12 Nov
'15
7:50 p.m.
On Thu, 12 Nov 2015 at 09:34:23, Stefan Auditor wrote:
Using unique indexes on varchar fields with a character count of more than 255 on InnoDB tables with utf8 encoding produces an error in MySQL. Also as per https://www.rfc-editor.org/errata_search.php?eid=1690 it seems that the maximum length for email addresses is limited to 254 characters.
Fixes FS#47038
Signed-off-by: Stefan Auditor <stefan.auditor@erdfisch.de> --- schema/aur-schema.sql | 2 +- upgrading/4.2.0.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) [...]
Applied, thanks!