-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
ALL
In a mongo shell, when i call the createUser function and go back through my shell history, it doesn't show up.
This is on 2.5.4 shell with a 2.5.4 server on OSX.
example:
> var x = 12345 > db.createUser({user:"mike", pwd:"blah", roles:[]}) Successfully added user: { "user" : "mike", "roles" : [ ] } (hit arrow up key) > var x = 12345
- is duplicated by
-
SERVER-46629 Write all shell commands to history
- Closed