X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FStorage%2FRevisionStore.php;h=81b675eff31dcd22e3ce5e748c8c4aabf3f1fa1e;hb=f7ca65da889d5b2b798d82fcf175ab8960a76139;hp=602364cf5db7ea6a5120f2e262cc6b37a9c78929;hpb=0e2e1254dfefb89c3a81f4053e69fa01d478a22e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Storage/RevisionStore.php b/includes/Storage/RevisionStore.php index 602364cf5d..81b675eff3 100644 --- a/includes/Storage/RevisionStore.php +++ b/includes/Storage/RevisionStore.php @@ -917,7 +917,7 @@ class RevisionStore * Such revisions can for instance identify page rename * operations and other such meta-modifications. * - * @note: This method grabs a FOR UPDATE lock on the relevant row of the page table, + * @note This method grabs a FOR UPDATE lock on the relevant row of the page table, * to prevent a new revision from being inserted before the null revision has been written * to the database. * @@ -2149,7 +2149,9 @@ class RevisionStore // NOTE: even when this class is set to not read from the old schema, callers // should still be able to join against the text table, as long as we are still // writing the old schema for compatibility. - wfDeprecated( __METHOD__ . ' with `text` option', '1.32' ); + // TODO: This should trigger a deprecation warning eventually (T200918), but not + // before all known usages are removed (see T198341 and T201164). + // wfDeprecated( __METHOD__ . ' with `text` option', '1.32' ); } $ret['tables'][] = 'text';