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

2319 Commits

Author SHA1 Message Date
Eliot Horowitz
3e5d63dd63 spam 2009-12-16 23:29:49 -05:00
Eliot Horowitz
de3db911a0 when doing upsert, don't copy $ filters SERVER-492 2009-12-16 21:53:12 -05:00
Eliot Horowitz
cb67dbc196 make getObjectid const SERVER-491 2009-12-16 13:41:01 -05:00
Mathias Stearn
eba078d053 Get rid of compareValues 2009-12-14 17:06:29 -05:00
Mathias Stearn
2abcf7cf18 fix warning 2009-12-14 12:38:26 -05:00
Eliot Horowitz
7639d5d155 fix inShutdown 2009-12-14 11:06:06 -05:00
Eliot Horowitz
5a17296252 better handling of shutdown failures 2009-12-14 09:50:49 -05:00
Eliot Horowitz
1d66de5bbf Merge branch 'master' of github.com:mongodb/mongo 2009-12-11 22:19:29 -05:00
Eliot Horowitz
45c1c32509 increase default collection loevel log size from 128 to 256 mb 2009-12-11 22:19:13 -05:00
Mathias Stearn
cb16e7c62b $unset support in update. SERVER-134 2009-12-11 16:02:53 -05:00
Eliot Horowitz
98d4235cd7 better error messages 2009-12-11 13:50:16 -05:00
Dwight
0d626c9e1e Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-11 12:41:39 -05:00
Dwight
e42ea09fd1 fix SERVER-474 2009-12-11 12:41:26 -05:00
Eliot Horowitz
85799367e7 $pull uses a matcher now, so partial matches are supported
and things like { $pull : { a : { x : { $gt : 5 } } } }
SERVER-452
2009-12-11 12:33:16 -05:00
Eliot Horowitz
6504ce1766 some comments 2009-12-10 17:30:11 -05:00
Eliot Horowitz
03da5382fb removed old update code 2009-12-10 17:02:47 -05:00
Eliot Horowitz
341cd83dd1 finish + switch to simpler+cleaner new object from mod code 2009-12-10 16:38:47 -05:00
Eliot Horowitz
4119148e97 almost all operators done on recursive update version 2009-12-10 15:59:09 -05:00
Eliot Horowitz
9bf50a42e3 more update cleaning 2009-12-10 14:29:14 -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
e344ab3280 MINOR TEMP log logCollection command object for debugging 2009-12-10 10:13:33 -08:00
Aaron
2472c5e556 MINOR log logSizeMb for debugging 2009-12-10 10:08:27 -08:00
Dwight
4390797b88 make query optimizer map thread-safe 2009-12-09 18:13:36 -05:00
Dwight
79febf1616 Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-09 17:04:24 -05:00
Dwight
940e6d12ed some asserts 2009-12-09 17:04:14 -05:00
Aaron
151b28ecaf Merge branch 'master' of github.com:mongodb/mongo 2009-12-09 14:00:31 -08:00
Aaron
6b57e57e7b SERVER-469 don't crash when authenticate called before getnonce 2009-12-09 14:00:14 -08:00
Dwight
f9184738d3 more renaming 2009-12-09 16:57:53 -05:00
Dwight
5ee785e34a cleaning/comments for namespacedetailstranient readability 2009-12-09 16:36:31 -05:00
Mathias Stearn
4987213af9 More sane version of extractFieldsDotted (not used anywhere yet) 2009-12-09 13:19:18 -05: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
719cf8940b windows compile 2009-12-08 17:11:50 -05:00
Eliot Horowitz
00a5220ec7 solaris/win compile? 2009-12-08 17:04:32 -05:00
Eliot Horowitz
d672078581 update re-write almost done, faster and cleaner 2009-12-08 17:00:25 -05:00
Dwight
715796efb3 minor cleaning 2009-12-08 15:30:13 -05:00
Dwight
0e2a11a69a make lastAssert threadsafe 2009-12-08 14:34:09 -05:00
Dwight
6fff93be92 small rename 2009-12-08 11:34:57 -05:00
Dwight
4f6a0fbf62 compile vcproj 2009-12-08 11:20:22 -05:00
Eliot Horowitz
03b5ae2078 some update refactoring so can test ModSet directly 2009-12-07 23:41:58 -05:00
Dwight
b16058e72e fix some issues with the web diag page 2009-12-07 15:42:26 -05:00
Eliot Horowitz
e0e46fcf9d change dblock to readlock 2009-12-07 12:22:08 -05:00
Eliot Horowitz
241a046b0e fix assert in releaseAndWriteLock 2009-12-06 10:06:02 -05:00
Eliot Horowitz
130bfc3af7 turn off profiling if have recusrive lock (DBDirectClient) 2009-12-06 10:05:36 -05:00
dwight
5bbbc78154 dbtemprelease stricter 2009-12-06 09:54:22 -05:00
dwight
20eef73d61 say what state was if it were wrong in releaseandwritelock 2009-12-06 09:41:53 -05:00
dwight
1e589d60a6 Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-06 09:19:44 -05:00
Eliot Horowitz
bca215f030 fix warning 2009-12-06 01:08:19 -05:00
Eliot Horowitz
066236ad58 debugging 2009-12-06 01:01:07 -05:00