new table to clone
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 11 Jan 2007 01:31:51 +0000 (01:31 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 11 Jan 2007 01:31:51 +0000 (01:31 +0000)
maintenance/parserTests.inc

index ec2388c..ca8d578 100644 (file)
@@ -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',