On Tue, Aug 12, 2014 at 12:48 AM, Bjoern Kahl <[email protected]> wrote: > + require_once ( 'extensions/BibTex/bibtex.php' ); > + require_once ( 'extensions/MathJax/MathJax.php' ); > + require_once('extensions/WikiEditor/WikiEditor.php'); > + require_once('extensions/UserMerge/UserMerge.php'); > + require_once("$IP/extensions/LastUserLogin/LastUserLogin.php");
Could you try to temporarily disable these extensions (either all at once or one by one) and see if it fixes the problem? The last two in particular look like they might be responsible for the 'UPDATE `wiki_user` SET user_touched' transaction which appears to be causing the deadlock. --scott -- (http://cscott.net) _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
