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

4429 Commits

Author SHA1 Message Date
Eliot Horowitz
c423f4cb6f better error reporting on media failure 2009-10-29 11:59:27 -04:00
Eliot Horowitz
a770c37bd8 test for increasing OIDs 2009-10-29 11:58:32 -04:00
Eliot Horowitz
60ae7d2360 when doing a clone() load all indexes before starting to create so no socket timeout issues SERVER-397 2009-10-29 11:23:26 -04:00
Dwight
25a9ee68ec elim a warning on widnows during compile 2009-10-28 16:59:40 -04:00
Dwight
1a3b7c3661 Merge branch 'master' of git@github.com:mongodb/mongo 2009-10-28 15:29:55 -04:00
Eliot Horowitz
6529cbb29d sharding test for various key types 2009-10-28 14:31:47 -04:00
Eliot Horowitz
29f1a9fa2f small chunk fix MINOR 2009-10-28 13:41:38 -04:00
Dwight
a03aecb988 Merge branch 'master' of git@github.com:mongodb/mongo 2009-10-28 13:41:06 -04:00
Eliot Horowitz
9390f94cb4 Merge branch 'master' of git@github.com:mongodb/mongo 2009-10-28 12:55:59 -04:00
Mathias Stearn
d5a99358f7 tests for new FieldMatcher 2009-10-28 12:44:26 -04:00
Mathias Stearn
fc48a0fe45 FieldMatcher now supports positive and negative matching. SERVER-299 and SERVER-125 2009-10-28 12:44:26 -04:00
Mathias Stearn
daaec9af98 Won't be able to rely on FieldMater::size with negative matchers. 2009-10-28 12:44:25 -04:00
Eliot Horowitz
0925cf6475 helper for init scripts 2009-10-27 16:37:14 -04:00
Eliot Horowitz
ef6bc68882 handle numeric types better 2009-10-27 16:23:07 -04:00
Mathias Stearn
d27c8505ea all client files now marked as Apache 2.0. SERVER-329. 2009-10-27 15:59:37 -04:00
robl
5b8a87f024 --user-group is not supported in older versions of useradd so do it the long way instead and change generated user/group to be system ones rather than end user versions 2009-10-28 03:11:07 +08:00
Dwight
353af9e068 Merge branch 'master' of git@github.com:mongodb/mongo 2009-10-27 14:25:57 -04:00
Dwight
31a1b75aa3 slightly better error message when problem opening files 2009-10-27 14:25:45 -04:00
Eliot Horowitz
be1b3de4ca disintct and eoo fix 2009-10-27 12:56:59 -04:00
Eliot Horowitz
3eb4295ae9 helpers for distinct/mapReduce 2009-10-27 11:52:37 -04:00
Eliot Horowitz
91e18dc16b tool cleaning 2009-10-27 11:44:22 -04:00
Eliot Horowitz
7515e47dac Merge branch 'master' of git@github.com:mongodb/mongo 2009-10-27 11:35:54 -04:00
Eliot Horowitz
2447360d90 fix sharded remove SHARDING-45 2009-10-27 11:35:19 -04:00
Eliot Horowitz
d70e410089 cleaning 2009-10-27 11:34:53 -04:00
robl
24ce226aeb xulrunner-1.9-dev does not get added as a dep, so force it in the Depends directive 2009-10-27 23:34:41 +08:00
Eliot Horowitz
63e0ee59e4 fix invalid ensureIndex crashing server SERVER-388 2009-10-26 21:10:45 -04:00
Eliot Horowitz
8fea4b6e73 fix for old boost version MINOR 2009-10-26 17:26:38 -04:00
Eliot Horowitz
94f9c109bc fix for non-matching multi-update multi-key, some more tests SERVER-268 2009-10-26 17:20:33 -04:00
Eliot Horowitz
a361b49376 a basic repl test that just ensures master/salve are the same - multi update test as well SERVER-268 2009-10-26 14:32:20 -04:00
Eliot Horowitz
21964f0873 trying to clean/speedup repl tests a bit - SERVER-10 2009-10-26 14:19:52 -04:00
Mathias Stearn
52f075cb13 cleanup. fillQueryResultFromObj always returned true. MINOR 2009-10-26 11:20:45 -04:00
Mathias Stearn
714aa47cbc mark begining of FilterMatcher class. MINOR 2009-10-26 10:24:30 -04:00
Eliot Horowitz
65a1590594 test for SERVER-386 that i forgot to commit 2009-10-26 00:36:57 -04:00
Eliot Horowitz
6475aeecfb remove wrong assertion SERVER-386 2009-10-25 20:35:33 -04:00
Eliot Horowitz
ea9ae0425f security cleanup / segault fix in currentOp SERVER-384 2009-10-25 00:47:43 -04:00
Eliot Horowitz
8495bf5a33 dos2unix MINOR 2009-10-25 00:47:31 -04:00
Eliot Horowitz
69267a9032 Merge branch 'master' of github.com:mongodb/mongo 2009-10-24 20:56:22 -04:00
dwight
fe0226cd79 MINOR global var cleanup 2009-10-24 14:34:54 -04:00
Eliot Horowitz
70e2ccab50 warning fix MINOR 2009-10-23 20:59:38 -04:00
Dwight
73ed0277ff prettier 2009-10-23 11:13:08 -04:00
Eliot Horowitz
4c2cbf8a86 1 more assert 2009-10-23 00:09:58 -04:00
Eliot Horowitz
8633e57181 remove extraneous asserts 2009-10-22 23:50:25 -04:00
Eliot Horowitz
a50162fdbe map/reduce works on a slave SERVER-383 2009-10-22 23:48:12 -04:00
Eliot Horowitz
5ebb72b9ec cleaning m/r api 2009-10-22 23:47:52 -04:00
Eliot Horowitz
8fd95e2a19 ability to make a Client god for a little while 2009-10-22 23:47:39 -04:00
Eliot Horowitz
3146b3110b indentation 2009-10-22 23:46:03 -04:00
Eliot Horowitz
860a94f852 fix count w / $all issue SERVER-382 SERVER-320 2009-10-22 21:40:45 -04:00
Eliot Horowitz
c66c479782 a little cleaning 2009-10-22 21:38:02 -04:00
Eliot Horowitz
bf4e08f0f3 assert when trying to remove from a capped collection 2009-10-22 13:40:44 -04:00
Dwight
7e297a03c1 update README
MINOR
2009-10-22 10:45:50 -04:00