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

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

* (bug 27595) sha1 search of list=filearchive does not work

Still disabled in misermode, but switched for LIKE rather than =

Comment:

<code>$this->addWhere( 'fa_storage_key ' . $db->buildLike( $sha1, 
$db->anyString() ) );</code>

Don't you want the period in the LIKE too? The keys are all like 
"abaf3d3bagg.ext".

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

Reply via email to