-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 1.7.4
-
Component/s: Shell
-
None
-
ALL
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" :
- is related to
-
SERVER-24802 Database store a value different to the one provided as 64 bits long integer
- Closed