repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Localisation updates from http://translatewiki.net.
[mediawiki.git]
/
maintenance
/
sqlite
/
archives
/
patch-revision-user-page-index.sql
blob
a4554c8f3366c94b7e358b009c8d48bb61faa308
1
-- New index on revision table to allow searches for all edits by a given user
2
-- to a given page. Added 2007-08-28
3
4
CREATE INDEX /*i*/page_user_timestamp ON /*_*/revision (rev_page,rev_user,rev_timestamp);