Closed (works as designed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
database system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2011 at 05:22 UTC
Updated:
29 Jul 2014 at 20:01 UTC
Follow-up from #1284658: MySQL strict mode is causing PDO Exceptions when lengths of varchar are exceeded. MySQL < 5.0.3 can only use varchar(255). Every other database can do much longer varchar lengths.
We can't change that for Drupal 7, but could increase minimum requirements for 8.x.
Comments
Comment #1
damien tournoud commentedDrupal 7 only supports MySQL > 5.0.15. That's both hardcoded in the code and documented on the requirements page.
See #698902: Make MySQL 5.0.15 requirement official, in which someone named catch made that happen.
Comment #2
catchApparently my brain cannot deal with two digit version numbers today, was reading 15 as 1.5 instead of 15 :(