Files
phabricator/resources/sql/patches
epriestley 917da08417 Fix various MySQL version issues with new charset stuff
Summary:
Ref T1191. Notable stuff:

  - Adds `--disable-utf8mb4` to `bin/storage` to make it easier to test what things will (approximately) do on old MySQL. This isn't 100% perfect but should catch all the major stuff. It basically makes us pretend the server is an old server.
  - Require utf8mb4 to dump a quickstart.
  - Fix some issues with quickstart generation, notably special casing the FULLTEXT handling.
  - Add an `--unsafe` flag to `bin/storage adjust` to let it truncate data to fix schemata.
  - Fix some old patches which don't work if the default table charset is utf8mb4.

Test Plan:
  - Dumped a quickstart.
  - Loaded the quickstart with utf8mb4.
  - Loaded the quickstart with `--disable-utf8mb4` (verified that we get binary columns, etc).
  - Adjusted schema with `--disable-utf8mb4` (got a long adjustment with binary columns, some truncation stuff with weird edge case test data).
  - Adjusted schema with `--disable-utf8mb4 --unsafe` (got truncations and clean adjust).
  - Adjusted schema back without `--disable-utf8mb4` (got a long adjustment with utf8mb4 columns, some invalid data on truncated utf8).
  - Adjusted schema without `--disable-utf8mb4`, but with `--unsafe` (got truncations on the invalid data).

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T1191

Differential Revision: https://secure.phabricator.com/D10757
2014-10-29 15:49:29 -07:00
..
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2012-04-30 07:53:53 -07:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2012-04-30 07:53:53 -07:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2013-02-15 07:47:14 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-07-17 15:41:42 -07:00
2013-05-03 15:53:36 -07:00
2013-05-03 15:53:36 -07:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-07-24 08:05:46 +10:00
2013-10-22 15:01:06 -07:00
2013-11-20 09:13:35 -08:00
2013-12-07 12:43:49 +11:00
2012-08-01 17:06:04 -07:00
2012-08-16 14:43:03 -07:00
2014-02-26 12:44:58 -08:00
2012-05-03 09:22:52 -07:00
2012-09-13 10:11:14 -07:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2014-02-26 12:44:58 -08:00
2013-03-15 11:28:43 +00:00
2012-05-03 18:24:30 -07:00
2012-10-08 16:09:20 -07:00