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

2486 Commits

Author SHA1 Message Date
Aaron
429ea669d7 don't add to incomplete clone list unless going to start clone immediately 2009-04-22 17:45:43 -04:00
Aaron
86bfe9dbdf refactor pairing code 2009-04-22 17:44:23 -04:00
Aaron
047b1fb589 no longer need to filter remote db list with local db list 2009-04-22 16:25:53 -04:00
Aaron
efd6a1ec92 test auto reclone without subsequent write 2009-04-22 15:57:26 -04:00
Aaron
e54bfd896a merge 2009-04-22 15:34:59 -04:00
Aaron
56959de5b0 Merge branch 'master' of git@github.com:mongodb/mongo 2009-04-22 14:12:07 -04:00
Aaron
b9617339d4 BUG SERVER-29 matcher access objects in arrays correctly 2009-04-22 14:11:53 -04:00
Aaron
0eb64ee342 get rid of 'dbs' list 2009-04-22 13:53:35 -04:00
Eliot Horowitz
b09d340d55 Sharding: rename commands.cpp commands_admin.cpp MINOR 2009-04-22 13:36:58 -04:00
Eliot Horowitz
1bb94684f5 Sharding: rename commands.cpp commands_admin.cpp 2009-04-22 13:36:29 -04:00
Eliot Horowitz
cb9e6153dd Merge branch 'master' of git@github.com:mongodb/mongo 2009-04-22 12:58:55 -04:00
Eliot Horowitz
2c55aa388d install mongos in dist 2009-04-22 12:58:39 -04:00
Aaron
12d259e8a5 get rid of initialPull variable -- no longer necessary 2009-04-22 11:57:45 -04:00
Mike Dirolf
314a79f82c print what's being removed 2009-04-22 11:15:22 -04:00
Mike Dirolf
381918f909 Merge branch 'master' of git@github.com:mongodb/mongo 2009-04-22 11:12:32 -04:00
Mike Dirolf
388de13f0d add 'dist_clean' target to clean up old dist builds 2009-04-22 11:12:13 -04:00
Eliot Horowitz
e0eafa5694 Sharding: unit test with string as a shard key 2009-04-22 10:53:28 -04:00
Aaron
4a3631017b new master forces new slave to resync if either master or slave oplog has filled since while both are master 2009-04-22 10:52:32 -04:00
Eliot Horowitz
5113d30da5 Sharding: make ismaster return ismaster=1 2009-04-21 20:12:58 -04:00
Eliot Horowitz
c40ad9f56e Sharding: fix startFrom 2009-04-21 20:12:41 -04:00
Aaron
e9b4457aa7 better id index logging MINOR 2009-04-21 17:52:11 -04:00
Aaron
61ed53b9af fix non osx compiler warning MINOR 2009-04-21 17:38:34 -04:00
Aaron
54f806da95 don't update id index when id field is to be added 2009-04-21 17:01:33 -04:00
Aaron
5ec618c554 check deletion from extra index MINOR 2009-04-21 16:30:29 -04:00
Aaron
a4ec698847 check _id index works after deleteIndexes MINOR 2009-04-21 16:22:54 -04:00
Aaron
302bc3a3b0 Merge branch 'master' of git@github.com:mongodb/mongo 2009-04-21 15:57:33 -04:00
Aaron
e0fd1d4c26 fix issue rolling back indexes on uniqueness violation 2009-04-21 15:56:45 -04:00
Aaron
6667485a4e merge 2009-04-21 15:43:06 -04:00
Aaron
eb5fa5c7d8 add index id in userCreateNS, unless this is not requested in create spec 2009-04-21 15:42:22 -04:00
Mike Dirolf
904088e131 add 'ok' field to ismaster and isdbgrid commands 2009-04-21 15:11:29 -04:00
Aaron
ca7227f3d5 add const 2009-04-21 15:10:13 -04:00
Mike Dirolf
f43721ad57 trailing whitespace 2009-04-21 15:08:20 -04:00
Eliot Horowitz
b28510fb18 Merge branch 'master' of git@github.com:mongodb/mongo 2009-04-21 14:31:42 -04:00
Eliot Horowitz
77c6ea6148 Sharding: fix command path MINOR 2009-04-21 14:31:30 -04:00
Aaron
966f30d358 more unique index test cases MINOR 2009-04-21 13:55:35 -04:00
Eliot Horowitz
b999749360 Sharding: remove special case for single server since it falls down on certain cases.
and a small cursor bug fix
2009-04-21 10:10:30 -04:00
Eliot Horowitz
cb29d69eef asio not working, but don't want to wait for it, so turning off for now - MINOR 2009-04-21 09:48:34 -04:00
Eliot Horowitz
db0f57ba0e Sharding: making test a bit different so its more reliable MINOR 2009-04-21 07:35:11 -04:00
Eliot Horowitz
03089a911b some Array helpers 2009-04-21 07:35:00 -04:00
Eliot Horowitz
995555b64a Sharding: trying to debug linux failure MINOR 2009-04-21 06:57:38 -04:00
Eliot Horowitz
112d60819a Sharding: test fix MINOR 2009-04-21 06:35:33 -04:00
Eliot Horowitz
f6e6428436 clean asio shutdown 2009-04-20 23:31:26 -04:00
Eliot Horowitz
170e654bd2 Sharding: clean up some unit tests MINOR 2009-04-20 21:50:43 -04:00
Aaron
ecc651ea43 create id index correctly when cloning 2009-04-20 20:17:39 -04:00
Aaron
fd407c04f2 update perf tests to work with auto _id index creation 2009-04-20 18:54:01 -04:00
Aaron
b1cc3f6223 add _id index automatically, don't allow it to be deleted 2009-04-20 18:40:38 -04:00
Aaron
7d85516931 fix interpretation of non numberic index direction spec 2009-04-20 18:17:52 -04:00
Eliot Horowitz
71727701e5 Sharding: move empty shards on a split 2009-04-20 17:42:01 -04:00
Eliot Horowitz
9ddf2d4c1f iterative count for testing cursors 2009-04-20 17:41:27 -04:00
Aaron
d4ede794a9 check count using index explicitly 2009-04-20 16:18:47 -04:00