epriestley
720af267a7
Add a missing key to the ManiphestTransaction table
...
Summary:
Caught a bad (8ms) query that didn't have a good key available. Add an
appropriate key.
The query in question is:
SELECT * FROM `maniphest_transaction` WHERE taskID = 262 ORDER BY id ASC;
...which is used in the task detail view.
Test Plan: Ran EXPLAIN on this query before/after upgrading, it now uses the
newly available key.
Reviewers: jungejason, nh, tuomaspelkonen, aran
Reviewed By: aran
CC: aran
Differential Revision: 1037
2011-10-23 14:43:03 -07:00
..
2011-02-20 20:08:53 -08:00
2011-02-20 20:10:07 -08:00
2011-02-21 00:23:24 -08:00
2011-02-22 10:27:27 -08:00
2011-03-06 22:29:22 -08:00
2011-03-10 13:48:29 -08:00
2011-03-15 20:51:53 +00:00
2011-03-15 13:38:14 -07:00
2011-03-19 14:42:17 -07:00
2011-03-20 17:55:31 -07:00
2011-10-17 13:59:56 -07:00
2011-03-26 23:59:29 -07:00
2011-03-31 14:01:13 -07:00
2011-03-30 22:08:41 -07:00
2011-03-31 00:33:44 -07:00
2011-03-31 13:44:20 -07:00
2011-04-01 17:11:55 -07:00
2011-04-02 16:39:40 -07:00
2011-10-17 13:59:56 -07:00
2011-04-05 21:55:04 -07:00
2011-04-05 22:30:10 -07:00
2011-10-17 13:59:56 -07:00
2011-04-07 21:59:42 -07:00
2011-04-09 22:19:10 -07:00
2011-04-10 10:16:14 -07:00
2011-04-10 17:19:01 -07:00
2011-04-10 17:25:24 -07:00
2011-04-12 18:19:24 -07:00
2011-04-12 18:19:25 -07:00
2011-04-14 10:12:10 -07:00
2011-04-13 20:08:13 -07:00
2011-04-14 12:09:56 -07:00
2011-04-28 14:40:41 -07:00
2011-04-30 00:50:48 -07:00
2011-05-03 06:06:57 -07:00
2011-05-03 18:49:06 -07:00
2011-05-05 14:58:57 -07:00
2011-05-10 15:12:30 -07:00
2011-05-12 11:17:50 -07:00
2011-05-20 19:08:26 -07:00
2011-05-27 09:33:33 -07:00
2011-06-09 10:35:37 -07:00
2011-06-09 10:43:25 -07:00
2011-10-17 13:59:56 -07:00
2011-10-17 13:59:56 -07:00
2011-06-20 13:13:51 -07:00
2011-06-20 05:59:42 -07:00
2011-06-20 16:13:44 -03:00
2011-06-21 14:46:59 -07:00
2011-06-28 06:40:41 -07:00
2011-06-28 06:41:05 -07:00
2011-06-29 21:56:47 -07:00
2011-07-04 12:23:43 -04:00
2011-10-17 13:59:56 -07:00
2011-07-07 14:08:52 -07:00
2011-07-08 15:20:57 -04:00
2011-10-17 13:59:56 -07:00
2011-07-08 17:31:25 -07:00
2011-07-09 10:55:15 -07:00
2011-07-11 11:42:28 -07:00
2011-10-17 13:59:56 -07:00
2011-07-11 14:47:33 -07:00
2011-07-12 09:26:51 -07:00
2011-07-15 18:42:08 -04:00
2011-07-23 09:15:20 -07:00
2011-07-23 09:15:20 -07:00
2011-07-23 21:11:42 -07:00
2011-07-24 12:25:43 -07:00
2011-07-25 19:11:55 -07:00
2011-07-28 18:50:54 -07:00
2011-08-14 10:04:21 -07:00
2011-08-30 11:08:27 -07:00
2011-09-04 16:19:12 -07:00
2011-09-13 08:49:44 -07:00
2011-09-15 07:45:14 -07:00
2011-09-26 15:02:37 -07:00
2011-10-09 17:58:17 -07:00
2011-10-20 14:26:19 -07:00
2011-10-23 14:25:26 -07:00
2011-10-23 14:25:26 -07:00
2011-10-23 14:42:23 -07:00
2011-10-23 14:42:23 -07:00
2011-10-23 14:43:03 -07:00