(bug 32853) DBA cache broken in MW 1.18
authorAntoine Musso <hashar@users.mediawiki.org>
Wed, 7 Dec 2011 11:04:11 +0000 (11:04 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Wed, 7 Dec 2011 11:04:11 +0000 (11:04 +0000)
commitf874649556d1db7cae8cc24d8f1973573d3ba67f
tree0cbf89cc05f248fe2964ceb779b26cf62d804f76
parent462d1d14221c5f50bc96c05db6730a1b4becf555
(bug 32853) DBA cache broken in MW 1.18

DBABagOStuff was not refactored by r83140 which pass BagOStuff constructors
an array. This patch honor the 'dir' parameter to let you override the global
$wgTmpDirectory.

Need backport in REL1_18
includes/DefaultSettings.php
includes/objectcache/DBABagOStuff.php