Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Works as Designed
-
1.7.4
-
None
-
None
-
ALL
Description
I'm not sure if this is a display bug or something else.
This works fine:
var doc = db.data.rrd.findOne(
{cid: ObjectId('XXX'), g: 'opcounters', i: 'query', d: '20110203', hid : 'YYY'},
{'mn.1330.t': 1} );
print(doc.mn['1330'].t + 1);
E.g.
"1406" :
{ "n" : 2, "t" : NumberLong("4209660892") },
"1407" :
Attachments
Issue Links
- is related to
-
SERVER-24802 Database store a value different to the one provided as 64 bits long integer
-
- Closed
-