LinksUpdate uses SELECT FOR UPDATE, thus starting a new transaction. So we have to...
authorJens Frank <jeluf@users.mediawiki.org>
Fri, 9 Jul 2004 17:37:03 +0000 (17:37 +0000)
committerJens Frank <jeluf@users.mediawiki.org>
Fri, 9 Jul 2004 17:37:03 +0000 (17:37 +0000)
commita1d96e3c5f44c7e9db9ca131c3a05b57bf57e32b
tree66c341a824fd077747fcd3281be60feb107b0df4
parent1fbf7c2202ad94446b07ce2a9c1a6005b1786f72
LinksUpdate uses SELECT FOR UPDATE, thus starting a new transaction. So we have to call COMMIT for it. The big BEGIN...COMMIT loop of the action=...-switch() doesn't catch the wgDeferredUpdateList.
index.php