RevisionStore: Remove reference to unimplemented 'ar' blob address schema
authorBrad Jorsch <bjorsch@wikimedia.org>
Thu, 22 Feb 2018 15:39:02 +0000 (10:39 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Thu, 22 Feb 2018 15:44:21 +0000 (10:44 -0500)
commita7c103f24df5c340dcaa5fdcd9252a3340f28df4
tree3fad44a9f838167d2c9e6ca88434c4c999f6d895
parentb610a3b617f7616b2f1db12498cbad5aeae12576
RevisionStore: Remove reference to unimplemented 'ar' blob address schema

It was thought that an 'ar:' schema for SqlBlobStore addresses would be
needed to support archive rows from before MediaWiki 1.5 that still
stored the text in ar_text and ar_flags instead of using the text table
and ar_text_id. But this schema was never actually implemented.

Now I5608c6b6 has migrated that content to the text table and
ar_text_id, and I18f1c740b will remove the database fields entirely. So
there's no reason to ever implement this schema.

Change-Id: Ic449478c244bb13a8c5139e20488e876c0a793bb
includes/Storage/RevisionStore.php
includes/Storage/SqlBlobStore.php