Page MenuHomePhabricator

Create new databases with appropriate collation
ClosedPublic

Authored by epriestley on Oct 3 2014, 12:53 PM.
Tags
None
Referenced Files
F15589413: D10632.diff
Fri, May 9, 1:28 PM
F15585357: D10632.id25528.diff
Thu, May 8, 8:14 AM
F15562157: D10632.id25529.diff
Wed, Apr 30, 12:44 AM
F15519892: D10632.id25528.diff
Sun, Apr 20, 12:42 AM
F15513780: D10632.id.diff
Thu, Apr 17, 9:48 PM
F15513440: D10632.id25529.diff
Thu, Apr 17, 7:06 PM
F15509929: D10632.diff
Wed, Apr 16, 5:35 PM
F15505294: D10632.diff
Tue, Apr 15, 1: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.