* (bug 20468) User::invalidateCache throws 1205: Lock wait timeout exceeded
authorSam Reed <reedy@users.mediawiki.org>
Mon, 2 May 2011 20:29:44 +0000 (20:29 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Mon, 2 May 2011 20:29:44 +0000 (20:29 +0000)
commit9a9c22ea07c5bb8cff11082118e9fb30be9efb93
tree50621790dccd97d1d78f782d87d74f30fa521c17
parenta39e48078ce6aba98a506cb19bdf61254e57b3e9
* (bug 20468) User::invalidateCache throws 1205: Lock wait timeout exceeded

Severly limit the number of calls that actually update the database (for no gain!). Leaving stuff that needs to update memcached

Still, there's probably quite a lot of these calls which are still superfluous
includes/User.php
includes/specials/SpecialUserlogin.php
includes/specials/SpecialUserrights.php