Update description of LinkCache::forUpdate()
authorKevin Israel <pleasestand@live.com>
Fri, 30 Oct 2015 09:29:12 +0000 (05:29 -0400)
committerKevin Israel <pleasestand@live.com>
Fri, 30 Oct 2015 10:09:29 +0000 (06:09 -0400)
commiteb8d6eb754cc00e44ee27914639db762c0f3b6f6
tree84814f46e8072cbe8308b3f7f3559967950ff13e
parentf4801e7f1400a1173a002423bf046c128ad70dcb
Update description of LinkCache::forUpdate()

The $mForUpdate flag no longer causes the FOR UPDATE option to be added.
This was at first only true for some values of $wgAntiLockFlags (since
r9248 / ba8a00bcb833), though since 12757b50f8da (when the setting was
removed), is always the case.

The added text is based on the description for $wgAntiLockFlags.

Change-Id: I02a3e2df37ec40c7e36ae6210c8263f13d9e3e5b
includes/cache/LinkCache.php