Homec4science

Support MySQL 5.5

Authored by vrana <jakubv@fb.com> on Apr 6 2012, 08:07.

Description

Support MySQL 5.5

Summary:
116.utf8.sql throws this under MySQL 5.5:

Column length too big for column 'keyBody' (max = 21845); use BLOB or TEXT instead

I guess that's because MySQL 5.5 changed maximum length of UTF-8 character from 3 bytes to 4.

I've updated also 116.utf8.sql for people with new installs.

Test Plan:

upgrade_schema.php

Reviewers: epriestley

Reviewed By: epriestley

CC: aran

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

Details

Committed
vrana <jakubv@fb.com>Apr 6 2012, 18:55
Pushed
aubortJan 31 2017, 17:16
Parents
rPH23988ca482d1: Support Windows
Branches
Unknown
Tags
Unknown

Event Timeline

vrana <jakubv@fb.com> committed rPH6aa729b1c974: Support MySQL 5.5 (authored by vrana <jakubv@fb.com>).Apr 6 2012, 18:55