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

Nemo <federicol...@tiscali.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |---

--- Comment #67 from Nemo <federicol...@tiscali.it> ---
I don't think this is solved at all, there is no shortage of recent examples.
For instance, on Meta (silly query):

mysql> SELECT   log_title,   log_user,   log_timestamp FROM logging JOIN user
ON logging.log_action = 'autocreate' AND log_timestamp > 20130831000000 AND
logging.log_user = user.user_id WHERE user.user_name NOT IN (   SELECT lu_name 
 FROM centralauth_p.localuser lu   WHERE lu.lu_wiki = 'metawiki' ) LIMIT 10;
+------------------------+----------+----------------+
| log_title              | log_user | log_timestamp  |
+------------------------+----------+----------------+
| My_name_is_not_dave    |  3309658 | 20130926145924 |
| Ohsammyboi             |  3340552 | 20130929192503 |
| Coatmeur               |  3386044 | 20131004132236 |
| Daanodinot             |  3398888 | 20131006001558 |
| AntanO                 |  3420094 | 20131008055538 |
| Barry.rountree         |  3508627 | 20131017174335 |
| Vantage_Production_Ltd |  3767873 | 20131115142356 |
| DAbiff13               |  3823477 | 20131121013555 |
| Andy_anggara           |  3828900 | 20131121150053 |
| Hinter_Silva           |  3829073 | 20131121153054 |
+------------------------+----------+----------------+
10 rows in set (3 min 47.56 sec)

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to