Commit Graph

117 Commits

Author SHA1 Message Date
Dwight
08eaec0599 check for null return from query() 2010-08-02 14:44:53 -04:00
dwight
32e38c18cb rs change how initial sync happens we now take the whole old oplog 2010-08-02 14:03:33 -04:00
Mathias Stearn
eebffadce1 better comment 2010-07-21 13:46:56 -04:00
Eliot Horowitz
1f8a29ada3 remove collection level logging SERVER-1455 2010-07-21 09:55:46 -04:00
Alberto Lerner
6f728ae260 Eliminate BSONObj->string implicit conversion 2010-07-18 15:15:31 -04:00
Alberto Lerner
daf8c0fbd0 Revert "SERVER-1270 Prep for hooking StringData"
This reverts commit b7c9a9fc57.
2010-07-17 16:07:38 -04:00
Alberto Lerner
b7c9a9fc57 SERVER-1270 Prep for hooking StringData 2010-07-17 14:33:17 -04:00
Aaron
2197e24460 SERVER-1387 clone/exhaust 2010-07-14 10:28:38 -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
bf779e5078 fix bug in cloner introduced today 2010-06-30 21:53:52 -04:00
Dwight
12663be3f9 defer creating the id index on a clone until we first insert all the data 2010-06-30 17:28:57 -04:00
Eliot Horowitz
eebb327db8 make check for $ faster 2010-06-09 12:08:02 -04:00
Aaron
dc00413381 SERVER-1203 repair oplog properly 2010-06-08 11:50:45 -07:00
Dwight
54e3f097b4 attempt to fix cloner 2010-05-18 16:32:34 -04:00
Dwight
0f96d04347 better cloneCollection help 2010-05-18 15:08:32 -04:00
Dwight
638e4bcd3c rs 2010-05-18 14:47:11 -04:00
Eliot Horowitz
a48c830de9 Command::run gets "test" not "test.$cmd" 2010-05-03 16:25:34 -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
Dwight Merriman
c4bd465042 towards 3 2010-04-24 18:25:58 -04:00
Dwight
bd8a3e9527 more /_commands 2010-04-23 16:41:56 -04:00
Dwight
837fd2cd86 /_commands in the http interface 2010-04-23 15:50:49 -04:00
Eliot Horowitz
ea9cdf79a0 better error message 2010-03-12 12:13:48 -05:00
Aaron
c4b55b2957 SERVER-727 release lock before doing remote auth 2010-03-09 17:03:01 -08:00
Mike Dirolf
08b0a8a0a3 minor: typo 2010-03-09 15:21:47 -05:00
Mike Dirolf
f99e4c1257 if copydb doesn't need fromhost then neither should copydbgetnonce 2010-03-09 15:19:37 -05:00
Eliot Horowitz
a347ce9b85 change Command locking config 2010-02-26 14:38:51 -05:00
Aaron
7ed81cdf6b SERVER-579 support copyDatabase from source running with security 2010-02-16 15:20:35 -08:00
Dwight
7e736f67c1 Cloner: don't dbtemprelease too often 2010-02-09 15:32:49 -05:00
Eliot Horowitz
afa43dc8cd get rid of setClient - all Database storage is in Client::Context 2010-01-29 17:22:34 -05:00
Dwight
03abb654fb eliminate findElement - use getField() instead 2010-01-28 13:41:51 -05:00
Dwight
d8e9164616 rename Matcher class 2010-01-19 11:04:52 -05:00
Dwight
7d26553061 a little code cleanup / renameing 2010-01-03 16:37:38 -05:00
Eliot Horowitz
d531f77f67 nsToClient -> nsToDatabase 2009-12-31 16:31:07 -05:00
Eliot Horowitz
0ab8149a8e uassert/massert take error code SERVER-112 2009-12-28 16:43:43 -05:00
Eliot Horowitz
1c4f05b3bd add dropTarget option to renameCollection SERVER-487 2009-12-28 13:09:44 -05:00
Eliot Horowitz
ecf1dd7d1a Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-10 13:54:34 -05:00
Eliot Horowitz
3d05536732 try to print out first element when cloing corrupt object 2009-12-10 13:54:21 -05:00
Aaron
2472c5e556 MINOR log logSizeMb for debugging 2009-12-10 10:08:27 -08:00
Mathias Stearn
dcf3a10eea Start using Date_t. Can anyone think of a better name? 2009-12-09 12:00:17 -05:00
Eliot Horowitz
a6175a7e41 slaves can clone system.js SERVER-466 2009-12-09 10:18:09 -05:00
Eliot Horowitz
c04ee7b281 fix streaming from chunks with bad data
change migrate semantics: will now remove data in range migrating to
SHARDING-20 SHARDING-32
2009-11-09 17:08:25 -05:00
Eliot Horowitz
820c8e8db3 can move last chunk off of a server SHARDING-32 SHARDING-28 2009-11-06 13:57:01 -05:00
Eliot Horowitz
60ae7d2360 when doing a clone() load all indexes before starting to create so no socket timeout issues SERVER-397 2009-10-29 11:23:26 -04:00
Dwight
16f8b77c5e move the var 'database' inside Client object 2009-10-14 14:34:38 -04:00
Dwight
2d934d1006 move curNs to Client object 2009-10-13 16:01:02 -04:00
Eliot Horowitz
b0b6fbbe36 cleaning MINOR 2009-10-08 21:37:13 -04:00
Eliot Horowitz
39e8529558 cleaning old code that doesn't make sense anymore 2009-10-08 20:01:51 -04:00
Dwight
7172529835 some help for commands 2009-09-01 16:23:56 -04:00