select * from logging where log_type="rights" and log_comment like "%sysop%"... |
8 years ago |
select * from logging where log_type="rights" limit 100; |
8 years ago |
show tables; |
8 years ago |
select * from logging where log_type="rights" limit 100; |
8 years ago |
select * from logging where log_action="block" limit 10; |
8 years ago |
describe logging_userindex |
8 years ago |
describe user |
8 years ago |
(select min(rev_timestamp) as rev_timestamp from revision_userindex where... |
8 years ago |
(select count(rev_id) as oneyr_edits from revision_userindex where... |
8 years ago |
select min(rev_timestamp) as rev_timestamp from revision_userindex where... |
8 years ago |