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

2205 Commits

Author SHA1 Message Date
Mike Dirolf
066f600082 minor: don't put mms in options 2009-11-25 10:14:08 -05:00
Eliot Horowitz
1cdd8e8764 silly extraneous toString 2009-11-24 13:08:26 -05:00
Eliot Horowitz
ea24725b8e some command cleaning and query for distinct SERVER-437 2009-11-24 09:41:33 -05:00
Eliot Horowitz
4e9630f5d5 fail fast on capped delete SERVER-395 2009-11-23 23:34:17 -05:00
Mathias Stearn
498d87fe5b OID::newState to generate fresh "machine" bits 2009-11-23 11:33:27 -05:00
Mathias Stearn
33c85f0d84 Reduce probability of OID collisions 2009-11-23 11:33:27 -05:00
dwight
edfdb6bfe8 comment 2009-11-23 11:26:49 -05:00
Eliot Horowitz
e47b9a5452 correct fix for SERVER-436 2009-11-23 01:29:38 -05:00
Eliot Horowitz
53cf01bcc8 fix btreecursor mods at the end of the cursor SERVER-436 2009-11-23 00:38:53 -05:00
Eliot Horowitz
1e388b0e68 cleaning code for deleteObjects 2009-11-22 22:52:58 -05:00
Eliot Horowitz
253a1cd0cd progress meters for large index builds 2009-11-19 11:19:48 -05:00
Mathias Stearn
3607f69840 Better error messages 2009-11-18 20:37:00 -05:00
Eliot Horowitz
b6e7aafcd4 fix linux static init. will have to look at windows more 2009-11-18 17:08:58 -05:00
Dwight
2e21112c7d fix error message reporting on build index 2009-11-18 14:54:37 -05:00
Dwight
560185f6f1 fix seg fault on windows because of static initializier order 2009-11-18 14:22:00 -05:00
Dwight
32fed6a14a compile vstudio 2009-11-18 13:59:01 -05:00
Eliot Horowitz
2a04857bcf static init for linux 2009-11-18 13:11:13 -05:00
Eliot Horowitz
fd84836b8a module system, move mms into it 2009-11-18 12:53:56 -05:00
Dwight
37540835ac compile visual studio 2009-11-16 15:55:03 -05:00
Mathias Stearn
018511b366 fixes for boost 1.36 2009-11-16 11:33:57 -05:00
Mike Dirolf
5edbfbc471 fix for SERVER-419 (introduced in 428f988a...) 2009-11-15 09:45:17 -08:00
Mike Dirolf
0d656aa047 skipping all results shouldn't be an error for count operations 2009-11-14 09:31:54 -08:00
Eliot Horowitz
ca785a0400 BDONObjBuilder::apendAsNumber
better fix for SERVER-423
2009-11-13 21:07:15 -05:00
Eliot Horowitz
7db9f7ee87 some index building code cleaning looking at SERVER-423, but can't see anything yet 2009-11-13 17:26:00 -05:00
Eliot Horowitz
045a22df7a better m/r error handling and reporting 2009-11-13 11:08:42 -05:00
Eliot Horowitz
2b3ecd70b5 fix count with no filter and limit 2009-11-12 16:01:35 -05:00
Eliot Horowitz
d0958dc115 made count command take optional size/limit params
and added size() method to js query object
SERVER-417
2009-11-12 14:27:18 -05:00
Eliot Horowitz
9b340c2f62 --configsrv implies diagLog = 1 2009-11-11 16:04:52 -05:00
Eliot Horowitz
6f0dce36a5 rename old oplog to diaglog - make it always compiled in 2009-11-11 16:02:47 -05:00
Eliot Horowitz
4dae04b643 starting rename old oplog to diaglog 2009-11-11 13:54:05 -05:00
Eliot Horowitz
f9d031f12c fsync command part of SERVER-255 2009-11-11 13:41:45 -05:00
Eliot Horowitz
768e231da7 some db command cleaning 2009-11-11 13:30:11 -05:00
Mike Dirolf
86b713fdff minor: oops - fix for broken tests 2009-11-10 17:49:47 -05:00
Mike Dirolf
bb2e504105 use instead of for strict JSON DBRef encoding - more consistent 2009-11-10 17:28:51 -05:00
Eliot Horowitz
123cd0eb67 optional params for map function SERVER-401 2009-11-10 15:43:51 -05:00
Eliot Horowitz
c47308b1b4 better diagnostics for large keys 2009-11-10 13:49:15 -05:00
Eliot Horowitz
c04ee7b281 fix streaming from chunks with bad data
change migrate semantics: will now remove data in range migrating to
SHARDING-20 SHARDING-32
2009-11-09 17:08:25 -05:00
Eliot Horowitz
39c29494c1 some update cleaning with indexes 2009-11-09 16:12:32 -05:00
Eliot Horowitz
8f25fe33cf use writelock instead of dblock for future proofing 2009-11-09 15:21:37 -05:00
Eliot Horowitz
cbc63f0741 add (read|write)lock struct that currently do the same thing as dblock 2009-11-09 15:21:16 -05:00
dwight
91eda56a2a Merge branch 'master' of git@github.com:mongodb/mongo 2009-11-08 10:47:31 -05:00
dwight
428f988afe add --configsvr and --shardsvr options that make mongod run on different
port #s when specified
2009-11-08 10:46:41 -05:00
Eliot Horowitz
d0d19f97cf handle edge case 2009-11-07 21:00:15 -05:00
Eliot Horowitz
dfda4ccc39 playing with net-snmp SERVER-120 2009-11-06 16:27:49 -05:00
Eliot Horowitz
2364528abf stop mms when server shutdown 2009-11-06 16:25:57 -05:00
Eliot Horowitz
820c8e8db3 can move last chunk off of a server SHARDING-32 SHARDING-28 2009-11-06 13:57:01 -05:00
dwight
96047d90da Merge branch 'master' of git@github.com:mongodb/mongo 2009-11-06 08:19:29 -05:00
dwight
8ca31804d2 better message 2009-11-06 08:18:44 -05:00
Eliot Horowitz
36290f383b Merge branch 'master' of git@github.com:mongodb/mongo 2009-11-05 15:42:07 -05:00
Eliot Horowitz
625190f3b1 some mr cleaning 2009-11-05 15:41:51 -05:00