On Fri, Aug 29, 2008 at 4:35 AM, tstarling@svn.wikimedia.org wrote:
Revision: 40209 Author: tstarling Date: 2008-08-29 08:35:00 +0000 (Fri, 29 Aug 2008)
Log Message:
- Fixed intermittent deadlock errors involving objectcache table queries. Use a separate database connection for the objectcache table to avoid long-lasting locks on that table.
Modified Paths:
trunk/phase3/RELEASE-NOTES trunk/phase3/includes/BagOStuff.php
This broke parser tests for me:
This is MediaWiki version 1.14alpha.
Reading tests from "maintenance/parserTests.txt"... A database query syntax error has occurred. The last attempted database query was: "SELECT value,exptime FROM `parsertest_objectcache` WHERE keyname='wikidb-parsertest_:messages:en'" from within function "MediaWikiBagOStuff::_doquery". MySQL returned error "1146: Table 'wikidb.parsertest_objectcache' doesn't exist (localhost)"
wikitech-l@lists.wikimedia.org