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

2508 Commits

Author SHA1 Message Date
Dwight
adf21e9404 block administrative things like dropping namespace while a background index job is in progress 2010-01-22 15:17:03 -05:00
Dwight
28f3a90f8c fix an issue with new clientcursor::pinvalue code
and more on bg indexing
2010-01-22 12:15:24 -05:00
Dwight
8d789a66e0 Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-22 11:03:56 -05:00
Dwight
dc6ecb1ce9 a bit nicer / smarter on a deleteIndex command after a crash 2010-01-22 11:03:35 -05:00
Eliot Horowitz
ead28f59e2 fix $unset combined with other modifier bug 2010-01-21 23:26:46 -05:00
Eliot Horowitz
acafaffa32 Merge branch 'master' of github.com:mongodb/mongo 2010-01-21 17:11:37 -05:00
Dwight
c78ec26e0f some work towards bg indexing 2010-01-21 16:35:35 -05:00
Dwight
a5a7815936 inspect NamespaceDetails on load 2010-01-21 13:40:18 -05:00
Eliot Horowitz
0c814f1af9 correcting where const gets removed 2010-01-21 13:24:18 -05:00
Eliot Horowitz
3c527d8c43 ModSet cleaning 2010-01-21 12:29:18 -05:00
Dwight
3f09bd4f64 noTimeout() wasn't threadsafe, in theory could timeout before the call. probably wouldn't ever actually
happen - but fixed.

i think there is still some places where ClientCursor::Pointer may be needed, but not yet used.
2010-01-21 12:23:44 -05:00
Eliot Horowitz
9603130205 cleaning 2010-01-21 08:57:09 -05:00
Aaron
f623739aca SERVER-525 check for index conflict before inserting into capped collection 2010-01-20 18:09:27 -08:00
Dwight
2b8b0d9476 Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-20 17:11:38 -05:00
Dwight
11a2fb7e25 cleaning 2010-01-20 17:11:25 -05:00
Eliot Horowitz
024506e777 checking inShutdown() when recv a message 2010-01-20 17:01:58 -05:00
Dwight
8f93c4e6f2 vcproj 2010-01-20 14:39:57 -05:00
Dwight
8025069091 Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-20 14:35:10 -05:00
Dwight
0a3f5af2c3 fix vcproj; typo 2010-01-20 14:34:53 -05:00
Eliot Horowitz
ea6189d491 some command cleaning 2010-01-20 14:02:14 -05:00
Dwight
e9a6c707f3 Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-20 13:57:42 -05:00
Dwight
2772af49a1 SERVER-182 allow queries with array indexes 2010-01-20 13:57:20 -05:00
Mathias Stearn
9cde296ca6 Support more escapes in JSON strings SERVER-552 2010-01-20 13:42:39 -05:00
Eliot Horowitz
b617df5a1a $set doesn't convert from int to other types SERVER-555 2010-01-20 09:53:19 -05:00
Mathias Stearn
d1f0ffe23b don't wait for closeAllSockets in shutdown SERVER-547 2010-01-19 22:49:22 -05:00
Aaron
f89d78e1ac Merge branch 'master' of github.com:mongodb/mongo 2010-01-19 16:34:02 -08:00
Aaron
1f9867f393 SERVER-493 when opening 'all' files, don't open preallocated ones 2010-01-19 16:33:41 -08:00
Eliot Horowitz
e3fef5ee1e don't display client shutdown on --upgrade or repair SERVER-554 2010-01-19 16:42:48 -05:00
Eliot Horowitz
96fbb6c9fb replace resetClient with Client::Context
added magic value to Database to prevent weird issues
2010-01-19 13:03:23 -05:00
Dwight
91637c8e9b Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-19 11:05:37 -05:00
Dwight
d8e9164616 rename Matcher class 2010-01-19 11:04:52 -05:00
Eliot Horowitz
14a0217520 jsonString supports timestamp 2010-01-19 10:16:45 -05:00
Dwight
036e6f7ba8 some work towards background indexing
option
2010-01-18 14:34:33 -05:00
Dwight
0591a5b96a compile vcproj 2010-01-18 11:06:10 -05:00
Eliot Horowitz
059ebd4b6a rename DBContext to Client::Context 2010-01-17 16:57:35 -05:00
Eliot Horowitz
53b5dae92e check for bad $set where set to an object with a . SERVER-261 2010-01-16 11:16:30 -05:00
Eliot Horowitz
6830dd0dd0 BSONObj::okForStorage - just checks for $ and . for 2010-01-16 11:08:32 -05:00
Eliot Horowitz
cd7148702b jsonString handles Code SERVER-406 2010-01-16 10:39:51 -05:00
Eliot Horowitz
d613425724 fix upset with x.y query and $mod SERVER-390 2010-01-16 10:25:32 -05:00
Eliot Horowitz
ae7110f3bc better m/r debugging 2010-01-16 08:01:38 -05:00
Eliot Horowitz
d4e5f8a3b8 add more ops to OpCounter 2010-01-16 08:00:42 -05:00
Eliot Horowitz
fb6c3315af some more stats counters 2010-01-16 00:50:02 -05:00
Mathias Stearn
4ea9dde3fb Provide extra info with db.serverStatus() 2010-01-15 17:55:41 -05:00
Dwight
4b29cdb1e5 Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-15 17:34:07 -05:00
Dwight
0165ec1fda fix extraneous info put in profiler objects, and make a tiny bit faster (updates) too 2010-01-15 17:33:44 -05:00
Eliot Horowitz
fd155fe9e7 Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-15 17:22:59 -05:00
Eliot Horowitz
9f004b0cb2 small optimization 2010-01-15 17:22:11 -05:00
Dwight
945f38416c Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-15 17:12:43 -05:00
Dwight
98db9eed8a comment MINOR 2010-01-15 17:12:16 -05:00
Eliot Horowitz
efbf3382cd some index cleaning 2010-01-15 16:46:17 -05:00