Page MenuHomePhabricator

Fix quickstart.sql for old MySQL
ClosedPublic

Authored by epriestley on Mar 2 2015, 4:13 PM.
Tags
None
Referenced Files
F19824760: D11929.diff
Sun, Mar 8, 3:40 AM
F19817929: D11929.diff
Thu, Mar 5, 4:32 PM
F19690652: D11929.id28735.diff
Mon, Feb 9, 11:47 PM
F19624756: D11929.id28735.diff
Feb 4 2026, 6:12 PM
F19620002: D11929.diff
Feb 4 2026, 11:29 AM
F19531247: D11929.diff
Jan 20 2026, 3:18 AM
F19527649: D11929.diff
Jan 19 2026, 3:10 AM
F19521927: D11929.id28735.diff
Jan 17 2026, 2:57 AM
Subscribers

Details

Summary

Fixes T7422. After the recent fix for "sort" columns, we can end up with invalid SQL in some cases when running quickstart.

In particular, we do "COLLATE binary CHARACTER SET utf8_general_ci" (which is invalid).

Preprocess these so we get "COLLATE utf8 CHARACTER SET utf8_general_ci" (which is valid and correct).

Test Plan

Ran bin/storage upgrade -f --namespace blahblhbaba with and without --disable-utf8mb4.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable