Query Run
Select distinct log_type from logging where 1=1 -- and log_type = 'move' --... 1 year ago
Select distinct log_type where 1=1 -- and log_type = 'move' -- and... 1 year ago
select * from revision, text where 1=1 and rev_text_id = old_id limit 10 1 year ago
select * from revision, text where 1=1 rev_text_id = old_id limit 10 1 year ago
select * from revision limit 10 1 year ago