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

13425 Commits

Author SHA1 Message Date
dwight
82cc11a241 diagstr typo arg 2011-05-09 13:13:14 -04:00
gregs
8f3d65df19 Revert "exact test"
This reverts commit 97859cb7fc.
2011-05-09 11:39:10 -04:00
gregs
9def02f2e8 Revert "exact checks for 2d queries SERVER-2968"
This reverts commit 174d466dac.
2011-05-09 11:39:10 -04:00
Mathias Stearn
6141dacd9f remove support for validate 1.9.0-specific validate output 2011-05-09 11:46:22 -04:00
Mathias Stearn
e7bca564d5 Mongos validate command collects top-level "valid" field SERVER-3023 2011-05-09 11:46:22 -04:00
Mathias Stearn
6236e63d31 Matching class/struct 2011-05-09 11:46:22 -04:00
Eliot Horowitz
d9e693d9e9 const on BSONObjIterator BSONObj::begin SERVER-3065 2011-05-09 11:43:16 -04:00
Kristina
14a452e85e comments 2011-05-09 11:34:03 -04:00
gregs
97859cb7fc exact test 2011-05-09 11:25:12 -04:00
gregs
174d466dac exact checks for 2d queries SERVER-2968 2011-05-09 11:25:12 -04:00
Kristina
730d2d30a5 safely access rs id and config w/out locking 2011-05-09 11:16:45 -04:00
dwight
18a3313ffa compile 2011-05-09 11:05:30 -04:00
Dwight
ac059a15ac compiler warning fix 2011-05-09 10:52:12 -04:00
Dwight
f8f27e19ed Merge branch 'master' of github.com:mongodb/mongo 2011-05-09 10:51:13 -04:00
Dwight
0a5e650cb2 comment 2011-05-09 10:51:00 -04:00
dwight
c8918a0430 defensive, maybe safer for shutdown, in particular on posix 2011-05-09 10:49:19 -04:00
dwight
041e17f961 SimpleMutex and formatting 2011-05-09 10:42:51 -04:00
dwight
76cbcfb532 redo diagstr 2011-05-09 09:40:48 -04:00
Eliot Horowitz
c8a3adbe01 compile 2011-05-09 00:20:24 -04:00
dwight
9782af4848 diagstr didnt have a copy contructor; a better fix later maybe 2011-05-08 22:52:13 -04:00
dwight
3776dc77f1 eliminate null char from string Keys to save a little space 2011-05-08 22:41:13 -04:00
dwight
4d72b66db3 towards SERVER-1300 allow zeros in utf8 strings 2011-05-08 22:13:15 -04:00
dwight
5ac8be7e3a fix compile SERVER-3032 2011-05-08 18:19:48 -04:00
dwight
6ceadb2d15 Merge branch 'master' of github.com:mongodb/mongo 2011-05-08 18:15:04 -04:00
dwight
a24cd53e98 thread safety replSetGetStatus backport? SERVER-3032 2011-05-08 18:14:54 -04:00
Eliot Horowitz
f4d944d610 remove comment 2011-05-08 17:29:09 -04:00
Eliot Horowitz
699abf32b7 don't print full object in log 2011-05-08 17:28:56 -04:00
Eliot Horowitz
91c9abc306 better debugging 2011-05-08 17:28:46 -04:00
Eliot Horowitz
cef7da1bdf fix bench test 2011-05-08 17:11:20 -04:00
Eliot Horowitz
ccbfb35a9d cruft 2011-05-08 16:10:57 -04:00
Eliot Horowitz
dac8ee20de simple js bench test 2011-05-08 16:05:58 -04:00
gregs
2c49df4752 always require double-check before forcing locks - sync6 fix 2011-05-08 12:47:52 -04:00
Eliot Horowitz
0e1730a53b fix profile test 2011-05-08 01:27:00 -04:00
Eliot Horowitz
280943f67f better mongos balancer debugging info 2011-05-08 00:57:31 -04:00
Eliot Horowitz
9e4087883d put fields into system.profile, not a big string SERVER-3061 2011-05-08 00:53:07 -04:00
Eliot Horowitz
bdf6318aa3 nicer message 2011-05-07 20:11:35 -04:00
Eliot Horowitz
46bc601cc6 reset OpDebug soon to avoid pointers to network buffers 2011-05-07 20:11:17 -04:00
Eliot Horowitz
71dc50d006 don't use stringbuffer for OpDebug SERVER-1591 - updates about 8% faster 2011-05-07 17:00:57 -04:00
Eliot Horowitz
6038878678 support update in benchRun 2011-05-07 14:46:37 -04:00
dwight
09bf5bbf6b tiny bit faster updates when no match or upsert perhaps 2011-05-07 13:03:56 -04:00
dwight
96ee65be74 somehow this got mangled on my 2ac6dbcf63 commit SERVER-3052 2011-05-07 12:49:27 -04:00
dwight
ee86c57d3e vcxproj better 2011-05-07 12:34:35 -04:00
dwight
f6c332c91d safer 2011-05-07 12:34:20 -04:00
Mathias Stearn
d2c770380f Revert "Add += and -= operators to AtomicUInt"
This reverts commit 06f6eec33d.
2011-05-07 00:46:01 -04:00
dwight
a5b1570b4f avoid potential race conditions with ReplSet::startupStatusMsg 2011-05-06 22:08:09 -04:00
dwight
641e11524c Merge branch 'master' of github.com:mongodb/mongo 2011-05-06 20:51:13 -04:00
dwight
2e4f101dab defensive 2011-05-06 20:51:06 -04:00
Mathias Stearn
06f6eec33d Add += and -= operators to AtomicUInt 2011-05-06 19:40:18 -04:00
Mathias Stearn
c25588e030 fix condition and make normal assert 2011-05-06 19:37:59 -04:00
Mathias Stearn
04ac31d075 fix _DEBUG builds 2011-05-06 19:14:42 -04:00