Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
Debain Wheezy 64-bit
-
Fully Compatible
-
ALL
Description
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".