r47534 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47533‎ | r47534 | r47535 >
Date:09:53, 20 February 2009
Author:ialex
Status:ok
Tags:
Comment:
(bug 17581) Wrong index name in PostgreSQL's updater: was rc_timestamp_nobot, changed to rc_timestamp_bot
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/maintenance/updaters.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/updaters.inc
@@ -1600,7 +1600,7 @@
16011601 array("image", "img_sha1", "(img_sha1)"),
16021602 array("oldimage", "oi_sha1", "(oi_sha1)"),
16031603 array("revision", "rev_text_id_idx", "(rev_text_id)"),
1604 - array("recentchanges", "rc_timestamp_nobot", "(rc_timestamp) WHERE rc_bot = 0"),
 1604+ array("recentchanges", "rc_timestamp_bot", "(rc_timestamp) WHERE rc_bot = 0"),
16051605 array("templatelinks", "templatelinks_from", "(tl_from)"),
16061606 array("watchlist", "wl_user", "(wl_user)"),
16071607 );
Index: trunk/phase3/RELEASE-NOTES
@@ -198,6 +198,8 @@
199199 * (bug 17570) $wgMaxRedirects is now correctly respected when following
200200 redirects (was previously one more than $wgMaxRedirects)
201201 * (bug 16335) __NONEWSECTIONLINK__ magic word to suppress new section link.
 202+* (bug 17581) Wrong index name in PostgreSQL's updater: was rc_timestamp_nobot,
 203+ changed to rc_timestamp_bot
202204
203205 == API changes in 1.15 ==
204206 * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions

Status & tagging log