Homec4science

Fix quickstart.sql for old MySQL

Authored by epriestley <git@epriestley.com> on Mar 2 2015, 18:57.

Description

Fix quickstart.sql for old MySQL

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.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T7422

Differential Revision: https://secure.phabricator.com/D11929

Details

Committed
epriestley <git@epriestley.com>Mar 2 2015, 18:57
Pushed
aubortJan 31 2017, 17:16
Parents
rPH8fd77ff4f8a5: Support ssh-ed25519 SSH keys
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHa65667443b04: Fix quickstart.sql for old MySQL (authored by epriestley <git@epriestley.com>).Mar 2 2015, 18:57