Index: trunk/phase3/maintenance/parserTests.php |
— | — | @@ -319,8 +319,8 @@ |
320 | 320 | # List of temporary tables to create, without prefix |
321 | 321 | # Some of these probably aren't necessary |
322 | 322 | function listTables() { |
323 | | - return array('user', 'page', 'revision', 'text', 'links', |
324 | | - 'brokenlinks', 'imagelinks', 'categorylinks', |
| 323 | + return array('user', 'page', 'revision', 'text', |
| 324 | + 'pagelinks', 'imagelinks', 'categorylinks', |
325 | 325 | 'linkscc', 'site_stats', 'hitcounter', |
326 | 326 | 'ipblocks', 'image', 'oldimage', |
327 | 327 | 'recentchanges', |