X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Farchives%2Fpatch-parsercache.sql;h=72d5ef9a8681d2e09b7cb40d3da92e86a7520707;hb=b450bf0bd6551ec8f6a7c054d6e66b29cb71e43d;hp=854e6c57ce20eeb39b32850ff01aaa0be7cc93f1;hpb=88932b07585aebddba7fbe57914961342408ff26;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/archives/patch-parsercache.sql b/maintenance/archives/patch-parsercache.sql index 854e6c57ce..72d5ef9a86 100644 --- a/maintenance/archives/patch-parsercache.sql +++ b/maintenance/archives/patch-parsercache.sql @@ -1,6 +1,6 @@ -- --- parsercache table, for cacheing complete parsed articles --- before they are imbedded in the skin. +-- parsercache table, for caching completly parsed articles +-- before they are embedded in the skin. -- CREATE TABLE /*$wgDBprefix*/parsercache ( @@ -12,4 +12,4 @@ CREATE TABLE /*$wgDBprefix*/parsercache ( PRIMARY KEY (pc_pageid, pc_prefhash), KEY(pc_title), KEY(pc_expire) -) TYPE=InnoDB; +) /*$wgDBTableOptions*/;