-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Minor Change
-
ALL
Regression since 2.5.4.
Repro with (mongo version 2.4, mongod version 57a4f169 (2.5.5-pre)):
db.foo.ensureIndex({a:"blah"});
printjson(db.getLastErrorObj());
Output:
{ "err" : "Unknown index plugin 'blah' in index { a: \"blah\" }", "code" : 67, "n" : 0, "connectionId" : 2, "syncMillis" : 0, "writtenTo" : null, "err" : "Unknown index plugin 'blah' in index { a: \"blah\" }", "ok" : 1 }
- is duplicated by
-
SERVER-11966 getLastError includes "err" twice
- Closed