wiki.techinc.nl/maintenance/archives/patch-revision-user-page-index.sql
Sam Reed 5f230a3a19 Can someone standardi[sz]e SQL already!?
Might aswell change mysql to same format as the sqlite one is becoming

Ping r113110
2012-03-06 00:26:48 +00:00

4 lines
208 B
SQL

-- New index on revision table to allow searches for all edits by a given user
-- to a given page. Added 2007-08-28
CREATE INDEX /*i*/page_user_timestamp ON /*_*/revision (rev_page,rev_user,rev_timestamp);