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

4346 Commits

Author SHA1 Message Date
Eliot Horowitz
d5048b8e6c m/r refactor check point 1 2009-11-04 15:25:45 -05:00
Eliot Horowitz
a5b8dc4e0d Merge branch 'master' of git@github.com:mongodb/mongo 2009-11-04 15:25:16 -05:00
Mathias Stearn
9fcf4ba1ef Support embedded fields for shard keys. SHARDING-48
Needs more testing.
2009-11-04 15:06:36 -05:00
Mathias Stearn
19863b852e Chunk dotted support 2009-11-04 15:06:36 -05:00
Mathias Stearn
6e135afa26 Constify Chunk::getMin and getMax 2009-11-04 15:06:36 -05:00
Mathias Stearn
305ebbe329 Use default copy constructor for ShardKeyPattern 2009-11-04 15:06:36 -05:00
Mathias Stearn
f2f7104a5d make sharding key_many double test use doubles 2009-11-04 15:06:36 -05:00
Eliot Horowitz
2dbc13e674 silly optimization 2009-11-04 14:52:11 -05:00
Eliot Horowitz
92d2689f1f wrap( char * newName ) 2009-11-04 14:52:01 -05:00
Eliot Horowitz
01c85879b1 some simple optimiziations 2009-11-04 14:48:36 -05:00
Eliot Horowitz
bdbd9143ed parallel sharded map/reduce 2009-11-03 22:56:49 -05:00
Eliot Horowitz
974dc89ad5 some threaded options for doing queries remotely 2009-11-03 22:53:32 -05:00
Eliot Horowitz
37baf952b8 sleepmicros 2009-11-03 22:53:18 -05:00
Eliot Horowitz
25dad379eb cleaning some old os x stuff 2009-11-03 22:47:14 -05:00
Eliot Horowitz
9871eb3591 sharded m/r timers 2009-11-03 21:28:27 -05:00
Eliot Horowitz
77cacf8451 Merge branch 'master' of git@github.com:mongodb/mongo 2009-11-03 17:15:41 -05:00
Eliot Horowitz
6794c0eaf7 snmp in SConstruct SERVER-120 2009-11-03 17:15:14 -05:00
Eliot Horowitz
8223d2d509 some assertions for sharding test before more work 2009-11-03 17:15:05 -05:00
Mathias Stearn
9a81525018 Add assert to prevent calling appendAs with EOO 2009-11-03 16:39:55 -05:00
Mathias Stearn
6f7d89b01a use gdb trampoline in mongos 2009-11-03 16:39:55 -05:00
Mathias Stearn
80edd9e5cf Pull launchGDB out to debug_util.cpp 2009-11-03 16:39:55 -05:00
Eliot Horowitz
03d189f518 Merge branch 'master' of git@github.com:mongodb/mongo 2009-11-03 14:45:14 -05:00
Eliot Horowitz
18e7e48ebd stats for sharded map/reduce SHARDING-37 2009-11-03 14:44:41 -05:00
Mathias Stearn
6e4852e148 Make launchGDB() work with multiple threads. 2009-11-03 13:23:13 -05:00
Eliot Horowitz
093fe68254 some defensive code for boost versions 2009-11-03 13:19:57 -05:00
Eliot Horowitz
6fd0beb957 wassert on extsort 2009-11-03 13:02:39 -05:00
Eliot Horowitz
8b23ad4f68 some log(1) debugging 2009-11-03 13:01:07 -05:00
Eliot Horowitz
d8fbead145 delete temp shard collections on shards SHARDING-37 2009-11-03 12:17:56 -05:00
Eliot Horowitz
aa15d45e9c fix compile issues 2009-11-03 12:17:51 -05:00
Eliot Horowitz
05712a3965 fix mac 64-bit 2009-11-03 12:13:42 -05:00
Eliot Horowitz
6d5e43755d sharded map-reduce basic test works SHARDING-37 2009-11-03 11:40:00 -05:00
Eliot Horowitz
3a1c9831c1 some sharded query re-factoring 2009-11-03 10:35:48 -05:00
Mathias Stearn
f874b55f1a Include (mangled) names in printStackTrace 2009-11-03 09:43:24 -05:00
Dwight
d7a8eb644d compile windows 2009-11-03 09:15:45 -05:00
Dwight
7711895110 Merge branch 'master' of git@github.com:mongodb/mongo 2009-11-03 09:09:48 -05:00
Dwight
7b8640f468 comment 2009-11-03 09:09:37 -05:00
Mathias Stearn
39a66ce531 Remove debugging couts 2009-11-03 01:56:40 -05:00
Mathias Stearn
b92f5f3aa5 Launch GDB on SIGTRAP if compiled for debug (--dd) 2009-11-02 18:56:29 -05:00
Mathias Stearn
526e514bff assert and massert now trigger breakpoint() 2009-11-02 18:56:29 -05:00
Mathias Stearn
bf2467973f Make breakpoint() safe to call anywhere. 2009-11-02 18:56:29 -05:00
Eliot Horowitz
d680df473b Merge branch 'master' of git@github.com:mongodb/mongo 2009-11-02 16:52:32 -05:00
Eliot Horowitz
ac11d739e1 use CmdLine for port 2009-11-02 16:52:16 -05:00
Eliot Horowitz
ccd4f09387 cleaning sharding tests 2009-11-02 15:30:12 -05:00
Mathias Stearn
0c48803a96 fix for boost 1.33. no BOOST_FOREACH :( 2009-11-02 13:46:25 -05:00
Mathias Stearn
1acf77ce0c Add nested-dotted converters for BSONObj 2009-11-02 13:32:20 -05:00
Mathias Stearn
d7c527d437 pull EmbeddedBuilder to its own file 2009-11-02 13:32:20 -05:00
Eliot Horowitz
d79c6006e4 fix multi-update and modding indexed field SERVER-268 SERVER-108 2009-11-02 12:25:51 -05:00
Eliot Horowitz
39645a2739 removing dead code 2009-11-02 11:00:49 -05:00
Eliot Horowitz
d22098f810 get rid of deep in Matcher 2009-11-02 10:51:42 -05:00
Eliot Horowitz
a782eb24c3 get rid of deep on Cursor::getsetdup 2009-11-02 10:47:29 -05:00