Ref T1191. This fixes nearly every remaining blocker for utf8mb4 -- primarily, overlong keys.
Remaining issue is https://secure.phabricator.com/T1191#77467
Differential D10601
Fix almost all remaining schemata issues epriestley on Sep 28 2014, 4:20 PM. Authored by Tags None Referenced Files
Subscribers
Details
Ref T1191. This fixes nearly every remaining blocker for utf8mb4 -- primarily, overlong keys. Remaining issue is https://secure.phabricator.com/T1191#77467 I'll annotate inline.
Diff Detail
Event Timeline
Comment Actions Some of these column shortenings may hit issues on user installs, but the design of this migration means that's perfectly fine. All other schema changes will apply cleanly and we can help them fix the issues and/or provide tools to sort the things out, without totaling installs in the meantime. Slightly later on this patch series I'll also regenerate quickstart.sql so new installs never hit these issues. |