User "Awjrichards" changed the status of MediaWiki.r99160. Old Status: new New Status: fixme
User "Awjrichards" also posted a comment on MediaWiki.r99160. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99160#c24457 Commit summary: separating fundraising specific features into 2 checkboxes - one for the cookie group, one for using landingcheck Comment: + $row = $dbr->selectRow( 'cn_templates', 'tmp_landingcheck', array( 'tmp_name' => $eBannerName ) ); 'tmp_name' does not appear to be an indexed column - this will likely have negative performance implications. Please add an index to that field or query on an indexed field (eg tmp_id). _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
