Last modified: 2013-12-21 22:35:59 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T60835, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 58835 - REPORTS-49 IP block SQL Query on en-wiki
REPORTS-49 IP block SQL Query on en-wiki
Status: UNCONFIRMED
Product: Tool Labs tools
Classification: Unclassified
tsreports (Other open bugs)
unspecified
All All
: Unprioritized major
: ---
Assigned To: Merlijn van Deen (test)
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-12-21 22:35 UTC by Bugzilla Bug Importer (valhallasw)
Modified: 2013-12-21 22:35 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Bugzilla Bug Importer (valhallasw) 2013-12-21 22:35:46 UTC
This issue was converted from https://jira.toolserver.org/browse/REPORTS-49.
Summary: IP block SQL Query on en-wiki
Issue type: Task - A task that needs to be done.
Priority: Major
Status: Open
Assignee: River Tarnell <river.tarnell@wikimedia.de>

On Thu, 23 Oct 2008 13:18:04, brett hillebrand <server@internode.on.net> opened the following bug:
> HI  I would like a Query to be run on a monthly basis on the en-
> wikipedia database.  I want it to find all IPs that have had 5 or
> more blocks and if possible, the last block being within the last
> month.  Im requesting this as a new measure of finding ips for
> WP:ABUSE (abuse reports)  Thanks   User:Promethean
Comment 1 Bugzilla Bug Importer (valhallasw) 2013-12-21 22:35:51 UTC
On Thu, 23 Oct 2008 13:54:07, DaB. <dab@ts.wikimedia.org> wrote:
> Works with   SELECT log_title, COUNT(log_title) AS count  FROM
> logging  WHERE log_timestamp>20080101000000 AND log_type="block" AND
> log_action="block" AND log_title REGEXP "^[0-9.]*$"  GROUP BY
> log_title  ORDER By count DESC  LIMIT 10;

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links