Page MenuHomePhabricator

Create new databases with appropriate collation
ClosedPublic

Authored by epriestley on Oct 3 2014, 12:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 21, 5:22 PM
Unknown Object (File)
Fri, Apr 19, 3:34 PM
Unknown Object (File)
Thu, Apr 11, 12:28 PM
Unknown Object (File)
Thu, Apr 11, 9:49 AM
Unknown Object (File)
Tue, Apr 9, 12:38 AM
Unknown Object (File)
Fri, Apr 5, 5:36 AM
Unknown Object (File)
Mar 16 2024, 4:31 AM
Unknown Object (File)
Mar 4 2024, 4:43 PM
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
Branch
createdb
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 2732
Build 2736: [Placeholder Plan] Wait for 30 Seconds

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.