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

6337 Commits

Author SHA1 Message Date
Aaron
5d7f77dda7 Merge branch 'master' of github.com:mongodb/mongo 2010-03-22 10:53:06 -07:00
Aaron
82be9226a6 SERVER-803 make repl work when auth is enabled 2010-03-22 10:50:55 -07:00
Eliot Horowitz
254f59877e Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-22 13:38:33 -04:00
Eliot Horowitz
4aea2b8ca5 fix a.0.x for regex SERVER-799 2010-03-22 13:37:56 -04:00
Eliot Horowitz
fd7616631b cleaning un-used option 2010-03-22 13:10:06 -04:00
Aaron
8db8356763 use correct test name for parallel tests 2010-03-22 09:42:04 -07:00
Mike Dirolf
0f7ba87de3 Merge branch 'master' of github.com:mongodb/mongo 2010-03-22 12:07:50 -04:00
Mike Dirolf
c0c57984d9 assert.close just uses difference now (can specify decimal place) - old implementation was brittle for small numbers 2010-03-22 12:07:44 -04:00
Eliot Horowitz
1e6780f844 can use sharding with SyncClusterConnection for 2 phase commit across 3 servers SHARDING-39 2010-03-22 11:47:37 -04:00
Eliot Horowitz
ced7756639 Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-22 11:22:04 -04:00
Mike Dirolf
d6e3981dc7 fix for assert.close and use assert.close for 0 case in jstests/geob.js 2010-03-22 11:19:50 -04:00
Dwight
3ddfaa43db kill warnings on windows 2010-03-22 10:39:01 -04:00
Eliot Horowitz
92dca86601 some abstractions in prep for SHARDING-39 2010-03-22 09:51:06 -04:00
Eliot Horowitz
f154df074d silly mr test 2010-03-22 00:21:52 -04:00
Eliot Horowitz
7a118d59f2 sharding debuggin 2010-03-20 23:46:19 -04:00
Eliot Horowitz
1535b29e75 test 2010-03-20 11:30:13 -04:00
Eliot Horowitz
a9e9dc70d0 -pre- 2010-03-19 16:33:18 -04:00
Eliot Horowitz
25567181a4 - is too subtle goign with -pre 2010-03-19 16:31:35 -04:00
Eliot Horowitz
a64e2e2ebc support repl=1 on _status 2010-03-19 16:31:02 -04:00
Eliot Horowitz
0e04502b6e debugging off 2010-03-19 14:02:48 -04:00
Eliot Horowitz
e5f46e6e9e Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-19 14:01:31 -04:00
Eliot Horowitz
a1da8961ab fix $box corner cases SERVER-791 2010-03-19 14:00:46 -04:00
Eliot Horowitz
fc5ec754da unlock a little more often 2010-03-19 14:00:40 -04:00
Mike Dirolf
fc611e02f3 test for distanceMultiplier w/ geoNear that already passes 2010-03-19 12:30:56 -04:00
Eliot Horowitz
87f148a7ee spam and progress meter fix 2010-03-19 11:59:51 -04:00
Mike Dirolf
d488a77cb9 typo: geo near command arg is distanceMultiplier now 2010-03-19 11:59:32 -04:00
Eliot Horowitz
b14d45ae55 better handling of m/r large obejcts/reduce SERVER-788 2010-03-19 09:55:24 -04:00
Eliot Horowitz
f74efc98ad undo options change 2010-03-18 23:18:28 -04:00
Mathias Stearn
d968785b5c Merge branch 'master' of github.com:mongodb/mongo
Conflicts:
	db/jsobj.cpp
2010-03-18 22:51:12 -04:00
Mathias Stearn
7a2722a92f Just store argv as a BSONArray for getCmdLineOpts 2010-03-18 22:47:40 -04:00
Mathias Stearn
0358eae899 Revert "BSONObj::appendAny for boost::any"
This reverts commit d6d9d114f1.

Conflicts:

	db/jsobj.h
2010-03-18 21:59:23 -04:00
Mathias Stearn
84b81af874 Revert "assert IDs MINOR"
This reverts commit f9d00c9106.
2010-03-18 21:56:25 -04:00
dwight
137824eead Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-18 21:29:28 -04:00
Eliot Horowitz
d3f56501c0 slight fix to any - but stil very broken 2010-03-18 21:22:49 -04:00
dwight
d03d3ff5de Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-18 19:28:48 -04:00
Mathias Stearn
f9d00c9106 assert IDs MINOR 2010-03-18 18:20:26 -04:00
Mathias Stearn
26e947b4d3 getCmdLineOpts command 2010-03-18 18:08:30 -04:00
Mathias Stearn
d6d9d114f1 BSONObj::appendAny for boost::any 2010-03-18 18:06:40 -04:00
Mathias Stearn
e3731a1ed6 Mismatched new[] and delete 2010-03-18 18:06:40 -04:00
Mike Dirolf
faa7392e05 Merge branch 'master' of github.com:mongodb/mongo 2010-03-18 17:56:22 -04:00
Mike Dirolf
443436bae3 better help text, -n(--rowcount) and --noheaders for mongostat SERVER-784 2010-03-18 17:56:19 -04:00
Eliot Horowitz
75ad011c4d /_status SERVER-783 2010-03-18 17:11:02 -04:00
Eliot Horowitz
2e38dbcc69 move --fork --logpath --logappend into cmdline so it works for mongos SHARDING-82 2010-03-18 16:38:27 -04:00
dwight
91da5d30e0 don't make oplog very big on OS X 2010-03-18 16:12:35 -04:00
dwight
b2eb0c8d88 typo 2010-03-18 15:48:53 -04:00
Eliot Horowitz
bfb09e93ea allow empty geo objects, but not 1 field which is invalid 2010-03-18 15:05:13 -04:00
Eliot Horowitz
4d38eeec43 query optimizer would sometimes swap out geo index SERVER-780 2010-03-18 15:00:29 -04:00
Eliot Horowitz
b4f52b1ac8 Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-18 13:49:26 -04:00
Eliot Horowitz
0bba41a0bb mongos now using boost options SHARDING-82 2010-03-18 12:15:29 -04:00
Mike Dirolf
e2239459b3 Merge branch 'master' of github.com:mongodb/mongo 2010-03-18 12:05:55 -04:00