Page MenuHomePhabricator

Convert bin/storage workflow to presume utf8mb4 as the default encoding
ClosedPublic

Authored by eadler on Aug 5 2016, 9:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 1:00 AM
Unknown Object (File)
Thu, Apr 18, 8:04 PM
Unknown Object (File)
Sat, Apr 6, 10:23 AM
Unknown Object (File)
Thu, Mar 28, 10:01 PM
Unknown Object (File)
Thu, Mar 28, 5:29 AM
Unknown Object (File)
Feb 9 2024, 5:44 AM
Unknown Object (File)
Jan 30 2024, 9:33 AM
Unknown Object (File)
Dec 27 2023, 8:36 AM
Subscribers

Details

Summary

see comments on rP68904d941c54

Test Plan

run ,/bin/storage upgrade

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

eadler retitled this revision from to Convert bin/storage workflow to presume utf8mb4 as the default encoding.
eadler updated this object.
eadler edited the test plan for this revision. (Show Details)
eadler added a reviewer: epriestley.
epriestley edited edge metadata.

This might possibly get us into trouble with clients that don't have utf8mb4, but modern clients should and I think this command probably doesn't see much use on small/old/weird installs.

I don't see an easy way to test the client to see if it supports a given character set, either. Let's just try this and see if it causes issues or not.

This revision is now accepted and ready to land.Aug 8 2016, 4:20 PM
This revision was automatically updated to reflect the committed changes.