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

4295 Commits

Author SHA1 Message Date
Eliot Horowitz
d1057d5a9d clean trailing spaces when importing json SERVER-402 2009-11-02 09:52:58 -05:00
Mathias Stearn
9ecceafbca Add breakpoint functions (*nix only) 2009-11-01 23:29:20 -05:00
Eliot Horowitz
48ae894e3f fix scons on freebsd8 SERVER-400 2009-11-01 20:19:00 -05:00
Eliot Horowitz
d9f5e91892 don't do magic ctrl-c handling on freebsd SERVER-399 2009-11-01 20:18:37 -05:00
Eliot Horowitz
b98067022f added getContentType and getField to gridfs 2009-10-31 11:23:29 -04:00
Eliot Horowitz
2878fc0b5e fix sharded multi-update and test 2009-10-30 15:52:54 -04:00
Eliot Horowitz
30185da24a fix multi-update where objects move 2009-10-30 15:51:23 -04:00
Eliot Horowitz
e0c377e0ee update returns DiskLoc where object ends up 2009-10-30 15:50:21 -04:00
Eliot Horowitz
de7fe40a96 multi test that passed trying to track down other test 2009-10-29 17:19:23 -04:00
Eliot Horowitz
90eceb3c91 ensureing index on _id shouldn't cause an error 2009-10-29 16:14:43 -04:00
Eliot Horowitz
fdcff3645e more work on various shard key types, an update fix 2009-10-29 16:07:06 -04:00
Eliot Horowitz
d7544326ab cleaning 2009-10-29 16:06:35 -04:00
Eliot Horowitz
944f8d43ce debugging for odd error 2009-10-29 12:10:58 -04:00
Eliot Horowitz
2dcaea56d3 windows compile MINOR 2009-10-29 12:06:16 -04:00
Eliot Horowitz
f9cf3d47a0 some work on _id sharding, and more test harness SHARDING-50 2009-10-29 12:00:04 -04:00
Eliot Horowitz
aa6fc17f57 find _id index more robustly 2009-10-29 11:59:38 -04:00
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