-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Client
-
Environment:Debain Wheezy 64-bit
-
Fully Compatible
-
ALL
Method GridFS::setChunkSize in mongo/client/gridfs.cpp rejects all values but 0.
There is an assertion in that method that checks for "size == 0" whilst it should check for "size != 0".