Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major - P3
-
None
-
None
-
None
Description
> db.foo.drop()
true
> db.foo.update(
, { $push :
{mid:1, msg:"msg1", t:11} } , true )
> db.foo.find()
> db.foo.drop()
true
> db.foo.update(
, { $push :
{mid:1, msg:"msg1", t:11} } , true )
> db.foo.find()