https://bugzilla.wikimedia.org/show_bug.cgi?id=32822

--- Comment #17 from Brion Vibber <br...@wikimedia.org> 2012-01-09 22:33:42 UTC 
---
Created attachment 9828
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9828
Possible fix - patch to includes/upload/UploadStash.php

Could you try this one-line patch to includes/upload/UploadStash.php?

The unique indexes parameter on Database::replace() is labeled as taking an
array; on MySQL it'll be falling through to the native REPLACE behavior which
probably doesn't need it to be an array so it got through sloppily.

(Note that this code doesn't appear to be in 1.19 where this func has changed a
lot, so it may not happen on 1.19 at all.)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to