On Tue, Apr 15, 2008 at 7:34 PM, aaron@svn.wikimedia.org wrote:
Log Message:
- Allow for things that call addEntry() to pass in a DB object to make the action and logging be one transaction
I've been told that this makes no difference. wfGetDB( DB_MASTER ) will apparently not begin a new transaction or connection or anything, if one already exists. It will just continue with the current one.