r52866 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52865‎ | r52866 | r52867 >
Date:22:09, 7 July 2009
Author:avar
Status:ok
Tags:
Comment:
Commit 52503 which introduced l10n caching didn't add 'l10n_cache' to
the list of MW tables in the parserTests. So to temporary
parsertest_table was created.

This broke the parserTests with the error: Table 'wikidb.parsertest_l10n_cache' doesn't exist (localhost)
Modified paths:
  • /trunk/phase3/maintenance/parserTests.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/parserTests.inc
@@ -611,7 +611,7 @@
612612 'categorylinks', 'templatelinks', 'externallinks', 'langlinks',
613613 'site_stats', 'hitcounter', 'ipblocks', 'image', 'oldimage',
614614 'recentchanges', 'watchlist', 'math', 'interwiki',
615 - 'querycache', 'objectcache', 'job', 'redirect', 'querycachetwo',
 615+ 'querycache', 'objectcache', 'job', 'l10n_cache', 'redirect', 'querycachetwo',
616616 'archive', 'user_groups', 'page_props', 'category'
617617 );
618618

Status & tagging log