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)
Sat, Mar 16, 4:31 AM
Unknown Object (File)
Mon, Mar 4, 4:43 PM
Unknown Object (File)
Mon, Mar 4, 3:17 PM
Unknown Object (File)
Sun, Mar 3, 3:51 PM
Unknown Object (File)
Feb 11 2024, 5:11 PM
Unknown Object (File)
Jan 22 2024, 8:52 PM
Unknown Object (File)
Jan 7 2024, 9:01 PM
Unknown Object (File)
Dec 27 2023, 9:00 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
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.