0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

25 Commits

Author SHA1 Message Date
Eliot Horowitz
a347ce9b85 change Command locking config 2010-02-26 14:38:51 -05:00
Eliot Horowitz
96f7493c21 refactor again for mongos,mongo 2010-02-12 13:21:33 -05:00
Eliot Horowitz
ee3b7145e3 refactoring command execution 2010-02-12 13:04:20 -05:00
Mathias Stearn
cf09ddc3d6 Don't double-add ok and errmsg to cmd output SHARDING-76 2010-01-28 14:40:45 -05:00
Eliot Horowitz
ea6189d491 some command cleaning 2010-01-20 14:02:14 -05:00
Eliot Horowitz
c582756bcb use float like mongod 2009-12-01 16:33:58 -05:00
Eliot Horowitz
49b59721c4 add "ok" to commands result 2009-12-01 16:25:12 -05:00
Mathias Stearn
d27c8505ea all client files now marked as Apache 2.0. SERVER-329. 2009-10-27 15:59:37 -04: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
Aaron
0ff2c94721 Correctly check db name against 'admin' 2009-02-06 15:12:45 -05:00
Dwight
d4540e1573 set last error state when a $cmd error happens 2009-01-27 18:16:37 -05:00
Aaron
90d45238aa Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
Aaron
ad1f6b3cbd Put our code in 'mongo' namespace 2009-01-14 17:09:51 -05:00
Aaron
b7cbd30112 Replace tab indentation with spaces 2008-12-28 20:28:49 -05:00
Dwight
1a95c75d0f don't log to our oplog operations we are replicating from elsewhere 2008-12-05 10:09:16 -05:00
Dwight
7ce45ce381 first cut of $hint 2008-11-17 15:39:03 -05:00
Dwight
13480027d9 reorganize commands code for dbgrid 2008-10-22 16:56:39 -04:00
Dwight
0aef80f8cc rename classes 2008-10-21 16:13:48 -04:00
unknown
2a9c303a5a int datatype 2008-10-12 20:09:59 -05:00
Dwight
379a756262 copydb 2008-09-15 15:30:53 -04:00
Eliot Horowitz
245779485e Merge branch 'master' of ssh://git.latenightcoders.com/data/gitroot/p 2008-09-14 22:03:01 -04:00
Eliot Horowitz
31eff8fb7c can use this. instead of obj. for $where
scope passing for db.eval
2008-09-14 13:16:50 -04:00
Dwight
18e7e1fa40 fix assumed initialization order of globals 2008-09-12 11:26:51 -04:00
Dwight
f2bee299e4 clean up commands (new method for making them) 2008-09-10 15:31:05 -04:00
dwight
4af0da7918 break out code to serparate file 2008-09-08 20:37:59 -04:00