Query Run
select max(rev_timestamp) from revision,comment,user where... 2 years ago
select max(rev_timestamp) from revision,comment where... 2 years ago
select * from revision,comment where rev_comment_id=comment_id limit 100; 2 years ago
select * from revision,revision_comment_temp where... 2 years ago
select * from comment limit 100; 2 years ago
select min(rc_timestamp) from recentchanges limit 5; 2 years ago
select * from revision limit 5; 2 years ago
select * from content limit 5; 2 years ago
select * from slot_roles limit 5; 2 years ago
select * from revision limit 5; 2 years ago
select max(change_time) from wb_changes; 2 years ago
select min(change_time) from wb_changes; 2 years ago
select min(change_time) from wb_changes limit 10; 2 years ago
select change_time from wb_changes order asc(change_time) limit 10; 2 years ago
select * from wb_changes order asc(change_time) limit 10; 2 years ago
select * from wb_changes order asc(*) limit 10; 2 years ago
select * from wb_changes order asc limit 10; 2 years ago
select * from wb_changes limit 10; 2 years ago
show tables; 2 years ago
SELECT TABLE_NAME AS `logging`, ROUND((DATA_LENGTH + INDEX_LENGTH) /... 2 years ago
select * from logging where log_type != "newusers" limit 100; 2 years ago
select * from logging where log_type /= "newusers" limit 100; 2 years ago
select * from logging limit 100; 2 years ago
select * from logging limit 10; 2 years ago
describe logging; 2 years ago
show tables; 2 years ago
select * from wb_changes limit 5; 2 years ago
show tables; 2 years ago