User "IAlex" posted a comment on MediaWiki.r93980.

Full URL: 
https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Special:Code/MediaWiki/93980#c20510
Commit summary:

* Call Linker methods statically
* Use INSERT IGNORE for the site_stats row (as for the interwiki entries); was 
throwing query error about duplicate row on my installation

Comment:

After some investigation, there are two things:
* DatabaseSqliteTest calls SiteStatsInit::doAllAndCommit() which calls 
refresh() that does a DELETE/INSERT on the site_stats table, adding the row 
* That function is called once per Parser test, i.e. about 500 times when 
running the test suite.

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

Reply via email to