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

100 Commits

Author SHA1 Message Date
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
Dwight
2706a28123 begin cmdline.h 2009-08-25 10:24:44 -04:00
Dwight
17042c403e use $snapshot in the clone / repl code where appropriate
also adds snapshot to the C++ client driver
2009-08-10 16:57:59 -04:00
Aaron Staple
7fd282b989 Merge branch 'master' of git@github.com:mongodb/mongo 2009-07-30 03:22:18 -04:00
Aaron Staple
3a337ff121 repl support for fast rename plus test 2009-07-29 19:10:34 -04:00
Aaron Staple
5dcdc3a59c fast collection renaming within a database 2009-07-29 15:53:14 -04:00
Eliot Horowitz
dd9ba41ed4 no cursor timeout query option - using for clone 2009-07-29 12:09:38 -04:00
yellow
d4008f027b fix dbtemprelease 2009-07-29 00:59:59 -04:00
Eliot Horowitz
280c1358ee load all collection names first so cursor dying doesn't matter SERVER-194 2009-07-28 17:21:26 -04:00
Eliot Horowitz
00df88c21d moved BSONObjIterator::more to BSONObjectIteratore::moreWEOO()
added _more temporarily
SERVER-101
2009-06-09 11:43:04 -04:00
Aaron
df4d7bc751 log periodically while cloning a collection, log sync point when applying oplog 2009-05-28 15:37:45 -04:00
Aaron
10e0456be3 preserve capped-ness in clonecollection 2009-05-26 18:57:26 -04:00
Aaron
7552a7ccb5 fix op logging for collection creation and for convertToCapped 2009-05-21 11:07:11 -04:00
Aaron
46275dbed5 support renaming capped collection 2009-05-18 16:03:10 -04:00
Aaron
a83e3bb41d let user of cloner set up 'client' context, fixes repair 2009-05-08 17:23:29 -07:00
Aaron
80f97319bc fix repair segfault 2009-05-08 16:43:22 -07:00
Aaron
ecc651ea43 create id index correctly when cloning 2009-04-20 20:17:39 -04:00
Aaron
0477604065 clone collection test debug info MINOR 2009-04-08 14:36:30 -04:00