https://bugzilla.wikimedia.org/show_bug.cgi?id=36983

--- Comment #2 from Sam Reed (reedy) <[email protected]> 2012-05-21 01:47:51 
UTC ---
SQL query from local, modified and ran on cluster:

mysql> SELECT /* CodeRevisionListView::getRevCount Reedy */  COUNT( DISTINCT
cr_id ) AS rev_count  FROM `code_paths` INNER JOIN `code_rev` ON ((cr_repo_id =
cp_repo_id AND cr_id = cp_rev_id)) LEFT JOIN `code_comment` ON ((cc_repo_id =
cp_repo_id AND cc_rev_id = cp_rev_id))  WHERE cp_repo_id = '1' AND cp_path =
'/trunk/extensions/AbuseFilter'  LIMIT 1;
+-----------+
| rev_count |
+-----------+
|      1628 |
+-----------+
1 row in set (4.73 sec)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to