User "Aaron Schulz" posted a comment on MediaWiki.r85872.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/85872#c18420
Commit summary:

Clean up some direct $db->query($sql) calls.  Remove limit/offset parameters 
from Article::getContributors() as they weren't being used anywhere and 
probably didn't work properly anyway.

Comment:

In LinkHolderArray.php:

Unless mysql is really smart this will probably hurt performance somewhat. Can 
you keep the namespace condition clause chunked (NS = x AND (title = a OR title 
= b OR...)) as it was before rather than one for each title?

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to