Remove begin/commit transaction calls in refreshLinks.php
authoraude <aude.wiki@gmail.com>
Mon, 26 Oct 2015 21:51:01 +0000 (22:51 +0100)
committeraude <aude.wiki@gmail.com>
Tue, 27 Oct 2015 01:07:46 +0000 (02:07 +0100)
commit6b82cb0ddf22395dd01a15df51b12bfe165dd76c
treec8cd2dd5e88ec01cd10c2c48548a9ff14cc5b677
parentd7374613ddf92f9ce57773bd70824f9836fd1f16
Remove begin/commit transaction calls in refreshLinks.php

these sometimes lead to issues with database deadlock loops
and probably are not needed here.

Bug: T75456
Change-Id: Iad03f6076d8e319ff02cb26259ec9705105e92a7
maintenance/refreshLinks.php