Page MenuHomePhabricator

Create new databases with appropriate collation
ClosedPublic

Authored by epriestley on Oct 3 2014, 12:53 PM.
Tags
None
Referenced Files
F18952732: D10632.diff
Wed, Nov 12, 6:27 AM
F18908255: D10632.id.diff
Sun, Nov 9, 12:51 AM
F18780608: D10632.diff
Oct 12 2025, 5:50 PM
F18777069: D10632.id25528.diff
Oct 11 2025, 12:48 AM
F18755766: D10632.id25529.diff
Oct 5 2025, 7:17 AM
F18755219: D10632.id.diff
Oct 5 2025, 4:23 AM
F18641830: D10632.id25528.diff
Sep 18 2025, 9:56 PM
F18637575: D10632.id25528.diff
Sep 17 2025, 7:48 AM
Subscribers

Details

Summary

Ref T1191. We don't create new databases with appropriate collation yet.

Test Plan

Created a new database and saw it issue:

>>> [10] <query> CREATE DATABASE IF NOT EXISTS `phabricator2_testo` COLLATE utf8mb4_bin

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Create new databases with appropriate collation.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: hach-que, btrahan.
hach-que edited edge metadata.

Tested this against the Almanac diff by dropping the DB and using bin/storage upgrade --apply phabricator:db.almanac.

This revision is now accepted and ready to land.Oct 3 2014, 12:57 PM
This revision was automatically updated to reflect the committed changes.