Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Cryptic
.
Mzajac's logged admin actions since 2010, excluding deletions and protections made automatically as part of a page move. In reply to Ymblanter's comment at [[WP:ARC]] on 9 January 2024 circa [[Special:Permalink/1194510961]].
Toggle Highlighting
SQL
SELECT log_id, log_type, log_action, log_timestamp, log_namespace, log_title, log_params, log_deleted, log_page, comment_text FROM logging_userindex JOIN actor_logging ON actor_id = log_actor LEFT JOIN comment_logging ON comment_id = log_comment_id WHERE actor_name = 'Mzajac' AND log_timestamp >= '2010' AND log_type NOT IN ('upload', 'move', 'create', 'thanks', 'spamblacklist', 'review', 'patrol', 'pagetriage-curation') AND NOT (log_type = 'delete' AND log_action = 'delete_redir') AND NOT (log_type = 'protect' AND log_action = 'move_prot') AND comment_text != '[[WP:CSD#G6|G6]]: Deleted to make way for move' ORDER BY log_timestamp ASC;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...