Current File : /home/jvzmxxx/wiki/maintenance/archives/patch-logging-times-index.sql
--
-- patch-logging-times-index.sql
--
-- Add a very humble index on logging times
--

ALTER TABLE /*$wgDBprefix*/logging
   ADD INDEX times (log_timestamp);