- 
    Type:
Bug
 - 
    Resolution: Done
 - 
    Priority:
Minor - P4
 - 
    Affects Version/s: None
 - 
    Component/s: Querying
 
- 
        ALL
 - 
        None
 
- 
        None
 - 
        None
 - 
        None
 - 
        None
 - 
        None
 - 
        None
 
2.4 and 2.5 handle $all with a null differently
Basic reproduction:
>db.test.drop()
>db.test.insert(
)
>db.test.find({a: {$all: [null]}})
2.4 will return the document, 2.5 will not.
Tested on 2.4.8 and build from trunk on 11/18