"Johnduhart" changed the status of MediaWiki.r105726 to "fixme" and commented
it.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/105726#c28762
Old Status: ok
> New Status: fixme
Commit summary for MediaWiki.r105726:
AFTv5 - enable memcache for a couple of common lookup queries.
Johnduhart's comment:
<pre>+ global $wgMemc;
+
+ $key = wfMemcKey( 'articlefeedbackv5', 'getOptions' );
+ $cached = $wgMemc->get( $key );
+
+ if( $cached != '' ) {
+ return $cached;
+ } else {</pre>
Spaces.
_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview