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)
Tue, Jul 23, 11:37 AM
Unknown Object (File)
Tue, Jul 16, 1:23 AM
Unknown Object (File)
Sun, Jul 14, 3:44 AM
Unknown Object (File)
Wed, Jul 3, 11:33 PM
Unknown Object (File)
Mon, Jul 1, 6:24 AM
Unknown Object (File)
Sun, Jun 30, 12:07 AM
Unknown Object (File)
Jun 26 2024, 6:13 PM
Unknown Object (File)
Jun 20 2024, 8:56 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.