0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
Commit Graph

2539 Commits

Author SHA1 Message Date
Eliot Horowitz
4a4f9b1d6d Merge branch 'master' of github.com:mongodb/mongo 2010-01-26 21:05:20 -05:00
Eliot Horowitz
a449c2c367 dropIndex can take an object rather than key name SERVER-573 2010-01-26 21:04:36 -05:00
Mathias Stearn
922532f0a5 Fix bug in sharded MapReduce. SHARDING-68 2010-01-26 21:00:00 -05:00
Aaron
2fc5cd666f SERVER-258 current op should probably be read only authorized afterall 2010-01-26 17:35:30 -08:00
Aaron
6ba9f4c9bc SERVER-258 add authWriteOnly mode 2010-01-26 17:28:49 -08:00
Aaron
dcce5e795e SERVER-258 add readOnly auth mode 2010-01-26 17:04:09 -08:00
Aaron
c11297df9a Merge branch 'master' of github.com:mongodb/mongo 2010-01-26 14:40:19 -08:00
Aaron
d0847c9912 SERVER-308 add support for --directoryperdb option 2010-01-26 14:40:06 -08:00
Eliot Horowitz
556c5a6d7d $addToSet mostly working SERVER-176 2010-01-26 17:29:06 -05:00
Aaron
b151a6f5b1 SERVER-308 use flag, not field 2010-01-26 11:26:07 -08:00
Aaron
ec3731c75b SERVER-308 add directoryperdb option, remove dead code 2010-01-26 11:21:31 -08:00
Aaron
aa982f23f1 Merge branch 'master' of github.com:mongodb/mongo 2010-01-26 10:27:12 -08:00
Aaron
21f1e8a067 MINOR safer temp buffer usage 2010-01-26 10:22:01 -08:00
Mathias Stearn
27c26e5fab Call Client::shutdown() in server shutdown cmd. SERVER-571 2010-01-26 13:09:46 -05:00
Eliot Horowitz
10e1711a0e fix win warning MINOR 2010-01-26 12:19:40 -05:00
Eliot Horowitz
77f1686f37 comments MINOR 2010-01-26 11:58:33 -05:00
Eliot Horowitz
47b67b74b4 fix $inc with doubles 2010-01-26 11:54:45 -05:00
Eliot Horowitz
81001819be better debugging for invalid objects 2010-01-26 10:03:30 -05:00
Eliot Horowitz
969f8dfeda fix some update issues 2010-01-25 23:26:42 -05:00
Mathias Stearn
70b7968668 Pulling atomic functionality from WrappingInt to AtomicUInt. More atomic functions. 2010-01-25 19:33:10 -05:00
Aaron
e6f4d0dffd Merge branch 'master' of github.com:mongodb/mongo 2010-01-25 16:17:33 -08:00
Aaron
8cfc0ef306 output large bindata types correctly 2010-01-25 15:45:29 -08:00
Eliot Horowitz
0e7d5c6d01 refactor update so Mod and ModSet are re-usable. design is clean - still more cleaning to be done and some speed checking
single updates are 5% slower, multi-updates are 2.5x faster
2010-01-25 17:23:37 -05:00
Aaron
3b4a0b04dd SERVER-426 make repair path configurable 2010-01-25 11:32:51 -08:00
Dwight
33bd6d1fe1 towards bg indexing 2010-01-25 12:25:29 -05:00
Dwight
b982d25d5b comment 2010-01-25 11:23:22 -05:00
Eliot Horowitz
5fa0d5e030 better debugging when can't open streams 2010-01-24 21:05:46 -05:00
dwight
d735d2d2db Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-24 10:26:37 -05:00
dwight
b6bc172fa3 comment 2010-01-24 10:26:24 -05:00
Dwight
530b1b2e7a deleteIndexes -> dropIndexes 2010-01-22 15:58:49 -05:00
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