https://bugzilla.wikimedia.org/show_bug.cgi?id=34125

--- Comment #4 from Sam Reed (reedy) <[email protected]> ---
(In reply to comment #3)
> (In reply to comment #2)
> > (In reply to comment #1)
> > > Which maintenance script did this occur for? Because doMaintenance.php 
> > > does
> > > load Defines.php (it does so right before loading DefaultSettings.php and
> > > whatnot).
> > 
> > (In reply to comment #0)
> > > Using addwiki on WMF:
> 
> :P Maybe I'm missing something, but I can't find that maintenance script. Is
> it
> WMF specific? Or does it have a different name in git?

It's very WMF specific, to the extent it's in extensions/WikimediaMaintenance
;)


I have added a conditional define block to the currently used db files: if (
!defined( 'DBO_DEFAULT' ) ) { define( 'DBO_DEFAULT', 16 ); }

In WMF world LocalSettings.php includes CommonSettings.php, which then includes
the relevant db file.

I guess it should probably be moved to another component. It's really not of
any high priority, as the files can easily be fixed up with the conditional
defines.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to