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, Dec 14, 2:40 PM
Unknown Object (File)
Wed, Dec 11, 6:07 AM
Unknown Object (File)
Mon, Dec 9, 2:35 PM
Unknown Object (File)
Sun, Dec 8, 12:10 AM
Unknown Object (File)
Sat, Dec 7, 11:07 AM
Unknown Object (File)
Sat, Dec 7, 7:54 AM
Unknown Object (File)
Fri, Dec 6, 1:16 PM
Unknown Object (File)
Thu, Dec 5, 1:27 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.