[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 -- Adding index to sort by uploader 2 ALTER TABLE /*$wgDBprefix*/filearchive 3 ADD INDEX fa_user_timestamp (fa_user_text,fa_timestamp), 4 -- Remove useless, incomplete index 5 DROP INDEX fa_deleted_user;
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |