From 48bcc8694566c9a0de08f5f865c4c342a0bd17eb Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 11 Jan 2007 01:31:51 +0000 Subject: [PATCH] new table to clone --- maintenance/parserTests.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index ec2388c11a..ca8d578b4c 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -412,7 +412,7 @@ class ParserTest { # List of temporary tables to create, without prefix # Some of these probably aren't necessary function listTables() { - $tables = array('user', 'page', 'revision', 'text', + $tables = array('user', 'page', 'page_restrictions', 'revision', 'text', 'pagelinks', 'imagelinks', 'categorylinks', 'templatelinks', 'externallinks', 'langlinks', 'site_stats', 'hitcounter', -- 2.20.1