Saša Živkov
1abb73e39e
Fix account_patch_reviews for mysql
...
Creation of the account_patch_reviews table failed on mysql with the
file_name column being set to varchar(4096), see [1].
mysql has a limit of 767 bytes max key length for InnoDb tables.
The max key length limit applies to each column in the (primary key)
index.
MySql uses up to 3 bytes per character when utf8 character set is used.
Therefore, the max length of the file_name column is 255 characgters
when using utf8 character set. This change sets the file_name column
length to 255 when using mysql.
The whole "CREATE TABLE ..." statement is extracted into the
MysqlAccountPatchReviewStore subclass. This gives more freedom
for further mysql specific tuning.
Change-Id: If35aff6c8dc515228c770729bfbf3a83e3dcc6bf
2018-02-15 21:40:22 +00:00
..
2016-05-17 23:23:31 +00:00
2015-05-06 11:25:51 -07:00
2017-10-19 22:38:06 +02:00
2017-02-28 17:32:44 +09:00
2017-08-28 01:44:52 +02:00
2016-07-07 14:06:31 +02:00
2016-07-07 14:06:31 +02:00
2016-07-06 10:54:42 +02:00
2016-07-07 14:06:31 +02:00
2016-07-07 14:06:31 +02:00
2016-07-07 14:06:31 +02:00
2017-08-27 23:37:33 +00:00
2016-07-07 14:06:31 +02:00
2016-07-07 14:06:31 +02:00
2016-07-07 14:06:31 +02:00
2016-07-07 14:06:31 +02:00
2016-07-20 09:50:05 -07:00
2016-07-07 14:06:31 +02:00
2017-02-24 11:10:22 +00:00
2016-08-15 13:57:37 -07:00
2017-04-14 08:45:12 +09:00
2016-07-06 10:54:42 +02:00
2016-07-07 14:06:31 +02:00
2016-07-07 14:06:31 +02:00
2017-08-28 01:44:52 +02:00
2017-08-28 01:44:52 +02:00
2017-08-28 01:44:52 +02:00
2016-07-07 14:06:31 +02:00
2016-07-07 14:06:31 +02:00
2016-09-06 16:27:49 +09:00
2016-07-06 10:54:42 +02:00
2016-07-07 14:06:31 +02:00
2016-07-07 14:06:31 +02:00
2017-08-28 01:44:52 +02:00
2017-08-28 01:44:52 +02:00
2016-07-07 14:06:31 +02:00
2017-08-28 01:44:52 +02:00
2016-07-07 14:06:31 +02:00
2016-07-07 14:06:31 +02:00
2017-08-28 01:44:52 +02:00
2016-07-07 14:06:31 +02:00
2017-08-27 23:37:33 +00:00
2017-10-18 21:55:15 -04:00
2016-07-08 13:45:28 +02:00
2016-08-04 05:55:37 +00:00
2016-08-15 13:57:37 -07:00
2017-07-20 10:58:00 +09:00
2016-07-07 14:06:31 +02:00
2016-07-07 14:06:31 +02:00
2016-07-07 14:06:31 +02:00
2017-08-28 01:44:52 +02:00
2017-03-01 08:18:24 +09:00
2016-08-22 17:46:31 +09:00
2018-02-07 10:49:31 +09:00
2016-07-08 15:42:31 +02:00
2016-07-04 11:06:18 +09:00
2017-12-19 06:34:54 +00:00
2017-01-11 01:20:24 +00:00
2017-06-15 14:34:28 +03:00
2016-11-24 09:52:22 +09:00
2016-10-13 09:00:55 +02:00
2015-07-06 01:50:38 +00:00
2016-09-28 15:34:54 +02:00
2018-02-02 10:21:17 +09:00
2016-07-07 14:06:31 +02:00
2017-03-03 15:54:53 +09:00
2017-10-03 16:01:49 +03:00
2017-03-24 08:36:18 +09:00
2017-01-26 20:39:45 +00:00
2017-10-20 16:19:40 +09:00
2018-02-02 10:13:45 +09:00
2017-02-10 09:30:48 +00:00
2016-07-08 14:07:44 +00:00
2017-03-03 10:12:14 +01:00
2017-03-21 14:29:25 -07:00
2018-02-07 10:40:09 +09:00
2018-02-02 10:13:45 +09:00
2016-09-21 07:36:26 +02:00
2016-08-31 11:13:47 +09:00
2016-07-07 14:06:31 +02:00
2017-01-23 12:44:58 +00:00
2017-02-28 09:09:33 +01:00
2017-03-10 10:52:04 +01:00
2014-05-02 17:21:22 +09:00
2014-05-02 17:21:22 +09:00
2014-09-04 13:12:24 +09:00
2014-09-04 13:12:24 +09:00
2013-12-20 12:55:51 -08:00
2014-03-11 18:24:13 +09:00
2013-12-20 12:55:51 -08:00
2016-07-08 13:45:28 +02:00
2013-12-20 12:55:51 -08:00
2014-05-02 17:21:22 +09:00
2014-07-08 07:24:01 +00:00
2016-04-12 14:18:12 +00:00
2014-09-04 13:12:24 +09:00
2014-02-21 09:25:33 +01:00
2014-05-02 17:21:22 +09:00
2013-12-20 12:55:51 -08:00
2018-01-26 08:49:52 +09:00
2013-12-20 12:55:51 -08:00
2013-12-20 12:55:51 -08:00
2013-12-20 12:55:51 -08:00
2013-12-20 12:55:51 -08:00
2013-12-20 12:55:51 -08:00
2013-12-20 12:55:51 -08:00
2017-08-28 01:44:52 +02:00
2016-09-08 13:50:04 +09:00
2014-05-02 17:21:22 +09:00
2013-12-20 12:55:51 -08:00
2016-04-12 14:18:12 +00:00
2016-07-08 13:45:28 +02:00
2013-12-20 12:55:51 -08:00
2017-07-14 10:48:06 +09:00
2014-10-21 11:04:42 +09:00
2017-07-14 10:48:06 +09:00
2018-01-12 10:03:52 +01:00
2017-01-23 12:44:58 +00:00
2018-02-02 08:21:06 +09:00
2017-08-28 01:44:52 +02:00
2016-12-06 08:46:05 +09:00
2016-07-04 02:04:02 +00:00
2017-06-30 10:38:34 +09:00
2016-07-08 13:47:29 +02:00
2016-07-08 13:47:29 +02:00
2017-04-26 09:28:57 +02:00
2016-10-06 17:20:01 +02:00
2017-09-07 14:50:39 +00:00
2018-02-15 21:40:22 +00:00
2017-01-12 00:25:25 +00:00
2016-07-08 13:47:29 +02:00
2016-07-08 15:26:42 +02:00
2016-07-08 13:47:29 +02:00
2016-07-08 13:47:29 +02:00
2017-10-19 22:38:06 +02:00
2017-03-03 06:09:07 +00:00
2017-03-03 06:09:07 +00:00
2016-05-19 16:24:11 -04:00
2016-10-03 13:32:09 +09:00
2018-01-23 23:58:17 +00:00
2017-08-27 23:37:33 +00:00
2017-03-01 17:43:10 +09:00
2017-01-23 12:44:58 +00:00
2017-07-13 09:52:03 +09:00
2017-07-28 16:04:01 +01:00
2017-12-18 15:00:40 -05:00
2017-02-28 09:09:33 +01:00
2015-06-25 07:26:25 +02:00
2015-04-06 17:22:37 +09:00
2015-04-30 14:37:09 +00:00
2016-09-06 16:27:49 +09:00
2015-09-03 10:50:07 -06:00
2015-09-04 14:55:15 +00:00
2016-07-07 14:06:31 +02:00
2017-06-29 04:31:41 +00:00
2017-01-02 15:00:22 +01:00
2017-02-10 09:21:55 +01:00
2017-04-05 15:28:29 +09:00
2014-03-25 19:44:49 +00:00
2016-11-15 18:20:16 -08:00
2017-08-28 20:36:31 +02:00