Commit Graph

317 Commits

Author SHA1 Message Date
Aaron
ba8a5db089 Merge branch 'master' of github.com:mongodb/mongo 2010-07-07 13:41:43 -07:00
Aaron
4798e64b1c SERVER-371 checkpoint 2010-07-07 12:26:20 -07:00
Mathias Stearn
13c6875815 temporarily Revert "git rid of "operator string""
This reverts commit 95fa51a1df.
2010-07-07 01:22:33 -04:00
Mathias Stearn
95fa51a1df git rid of "operator string" 2010-07-07 00:30:17 -04:00
dwight
544725a02b switch ok result back to double for a bit? 2010-07-06 16:17:10 -04:00
Alberto Lerner
480e89e582 Fix timer for 'dataSize', 'median', and 'splitVector' commands 2010-07-03 14:20:18 -04:00
Mathias Stearn
9730b99def remove debugging 2010-07-02 15:45:17 -04:00
Mathias Stearn
82a1e6b7eb fix findAndModify 2010-07-02 14:57:05 -04:00
Mathias Stearn
1614beb706 debugging 2010-07-02 14:10:59 -04:00
Alberto Lerner
0564629251 SERVER-1185 Pull splitting commands code to their own module 2010-07-02 14:05:49 -04:00
Alberto Lerner
01f0d60515 Factor out slow command log message 2010-07-02 11:43:26 -04:00
Mathias Stearn
ab4a1e6b29 findAndModify now supports upsert field SERVER-1184 2010-07-01 21:05:04 -04:00
Mathias Stearn
e4a288e42e avgObjSize in db.stats() and db.coll.stats() SERVER-1322 2010-07-01 17:46:06 -04:00
Eliot Horowitz
b54e6e1d40 timing for serverStatus() if its slow 2010-06-30 12:57:36 -04:00
Eliot Horowitz
dba012b665 fix scale of 0 breaking command SERVER-1282 2010-06-22 20:18:30 -04:00
Eliot Horowitz
140d8a4254 fast tracking of rough time passage 2010-06-22 06:08:28 -04:00
Mathias Stearn
2f94443140 fix GridFS. Add binDataClean to handle subtype 2. SERVER-1233 2010-06-14 06:30:19 -04:00
Mathias Stearn
2f13545f37 Add fileSize to db.stats() SERVER-1123 2010-06-03 19:46:53 -04:00
alerner
1798ea2d85 Pull all the code for defining and printing the version of executables to one place. 2010-05-28 12:08:36 -04:00
Eliot Horowitz
c00f9ebe02 safey 2010-05-26 11:11:10 -04:00
Aaron
6a0f9dfa91 SERVER-109 remove matcher from ClientCursor 2010-05-25 16:09:24 -07:00
Aaron
b2a9ff3aea SERVER-109 convert remaining dbcommands, fix clone as capped issue w/ getmore 2010-05-25 13:37:05 -07:00
Aaron
713e03c506 SERVER-109 put Matcher in other Cursors, $or with distinct 2010-05-25 13:03:47 -07:00
Mathias Stearn
ef2e504158 Add version and bits to db.serverStatus() 2010-05-24 11:21:56 -04:00
Dwight Merriman
608ef69bc4 quieter on test run 2010-05-23 15:07:32 -04:00
Mathias Stearn
ba7d2aeb80 ptr<T> class 2010-05-19 20:54:34 -04:00
Mathias Stearn
f858e787eb Make YieldLock safer 2010-05-19 20:54:34 -04:00
Mathias Stearn
e239134b55 Yield lock while computing MD5. Also added YieldLock::relock(). 2010-05-19 13:34:29 -04:00
Mathias Stearn
d040396fa8 Make filemd5 command not use DBDirectClient SERVER-1130 2010-05-19 13:34:29 -04:00
Dwight
c830be1477 log less during unit tests 2010-05-19 12:11:17 -04:00
Dwight
34e2b5421d rs made most commands return ok:true or false instead of ok:1 or 0 !!! 2010-05-14 16:32:24 -04:00
Aaron
512fdab98c Merge branch 'master' of github.com:mongodb/mongo 2010-05-12 23:59:39 -07:00
Dwight
8084bae344 group can run on slaves 2010-05-12 14:49:29 -04:00
Aaron
9ed625ed2e merge 2010-05-12 10:41:09 -07:00
Aaron
521136dfc0 SERVER-109 $or checkpoint 2010-05-12 10:38:58 -07:00
Mathias Stearn
ba5b24587c Fix findAndModify 2010-05-11 15:11:01 -04:00
Mathias Stearn
101f69cee9 Support $ positional operator with findAndModify SERVER-1095 2010-05-11 12:44:10 -04:00
Eliot Horowitz
e20da4adcf don't use direct client for creating index on slave with reIndex SERVER-1018 2010-05-11 10:48:41 -04:00
Eliot Horowitz
a5e1865e28 SERVER-778 don't allow running write command with read lock 2010-05-11 10:05:34 -04:00
Dwight Merriman
6c1f1a21c0 rs 2010-05-09 17:29:35 -04:00
Eliot Horowitz
740cc1308e auto_ptr -> shared_ptr for Cursor objects 2010-05-07 17:25:57 -04:00
Eliot Horowitz
a48c830de9 Command::run gets "test" not "test.$cmd" 2010-05-03 16:25:34 -04:00
Mathias Stearn
3e47000a1a Safer filemd5 command 2010-04-29 18:18:21 -04:00
Eliot Horowitz
2531a6cafd moved some commands around so can be used for mongod and mongos 2010-04-28 13:20:08 -04:00
Eliot Horowitz
c8e9ec0247 maxSize for dataSize command 2010-04-28 12:19:46 -04:00
Dwight Merriman
3483f22813 refactor and rename insert 2010-04-28 08:25:56 -04:00
Dwight
bd28578ab8 stdafx->pch 2010-04-27 15:27:52 -04:00
Eliot Horowitz
0967ed4b5d helper to load collection names so not to use DBDirectClient
beter and also fixed SERVER-1047
2010-04-25 23:15:42 -04:00
Dwight Merriman
c4bd465042 towards 3 2010-04-24 18:25:58 -04:00
Dwight Merriman
96b58977fc towards 2 2010-04-24 17:14:44 -04:00