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

--- Comment #16 from Nemo <[email protected]> ---
(In reply to comment #7)
> AND log.log_params LIKE '%\n0' /* <-- this line */

I've been using this for older log entries, but it seems something changed
recently. On en.wiki (TS):

mysql> SELECT max(log_timestamp)
    -> FROM logging log
    -> WHERE log.log_type = 'patrol'
    -> AND log.log_action = 'patrol'
    -> AND log.log_params LIKE '%\n0' ; /* not autopatrolled */
+--------------------+
| max(log_timestamp) |
+--------------------+
| 20120229230745     |
+--------------------+
1 row in set (5 min 1.28 sec)

Which is the day 1.19 was deployed... :S

-- 
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