Add wgDBTableOptions
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Thu, 21 Feb 2008 19:20:43 +0000 (19:20 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Thu, 21 Feb 2008 19:20:43 +0000 (19:20 +0000)
maintenance/tables.sql

index b99ec62..46aacc4 100644 (file)
@@ -1191,6 +1191,6 @@ CREATE TABLE /*$wgDBprefix*/page_props (
   pp_value blob NOT NULL,
 
   PRIMARY KEY (pp_page,pp_propname)
-);
+) /*$wgDBTableOptions*/;
 
 -- vim: sw=2 sts=2 et