Commit 52503 which introduced l10n caching didn't add 'l10n_cache' to
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Tue, 7 Jul 2009 22:09:34 +0000 (22:09 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Tue, 7 Jul 2009 22:09:34 +0000 (22:09 +0000)
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)

maintenance/parserTests.inc

index 334b279..dfd0e4c 100644 (file)
@@ -611,7 +611,7 @@ class ParserTest {
                        'categorylinks', 'templatelinks', 'externallinks', 'langlinks',
                        'site_stats', 'hitcounter',     'ipblocks', 'image', 'oldimage',
                        'recentchanges', 'watchlist', 'math', 'interwiki',
-                       'querycache', 'objectcache', 'job', 'redirect', 'querycachetwo',
+                       'querycache', 'objectcache', 'job', 'l10n_cache', 'redirect', 'querycachetwo',
                        'archive', 'user_groups', 'page_props', 'category'
                );