Aaron
|
e910263ed2
|
Additional fix for cloneCollection() js function
|
2009-02-26 12:16:48 -05:00 |
|
Aaron
|
c7496cc9bf
|
Update cloneCollection js function to match updated command spec
|
2009-02-26 12:12:25 -05:00 |
|
Aaron
|
9d9869484a
|
Add cloneCollection to shell
|
2009-02-18 16:44:56 -05:00 |
|
Eliot Horowitz
|
640d9fc0ac
|
getSisterDB
|
2009-02-13 10:01:31 -05:00 |
|
Eliot Horowitz
|
65687c9303
|
command helper system
runCommand( { "blah" : 1 , help : true } )
in shell db.commandHelp( "blah" )
|
2009-02-13 09:44:07 -05:00 |
|
Dwight
|
8154c0af5e
|
db.shutdownServer() in shell
|
2009-02-11 09:34:00 -05:00 |
|
Eliot Horowitz
|
5b8a108923
|
removeUser
|
2009-02-07 10:27:22 -05:00 |
|
Dwight
|
0c2e6bc6e9
|
more shell command helpers
|
2009-02-05 16:05:06 -05:00 |
|
Dwight
|
50538e88c3
|
db.getReplicationInfo() in shell
|
2009-02-05 15:41:34 -05:00 |
|
Dwight
|
fac2ee626f
|
mamke getCollectionNames() in the shell prettier
overlogging
|
2009-02-03 14:42:53 -05:00 |
|
Eliot Horowitz
|
120f859704
|
change password digest
from md5( "mongo" + pwd )
to md5( username + ":mongo:" + pwd )
|
2009-01-30 15:06:12 -05:00 |
|
Eliot Horowitz
|
4ffda5ea25
|
dbshell
|
2009-01-26 22:19:15 -05:00 |
|