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

188 Commits

Author SHA1 Message Date
Eliot Horowitz
a969a0168c add ConnectionString and add a test 2011-02-14 14:13:19 -05:00
Eliot Horowitz
37b11e4dde fix replica set cursor cleaning through mongos SERVER-2505
fix cursor cleaning in mongos generally by not doing lazy cleaning
2011-02-09 23:03:03 -05:00
Eliot Horowitz
471fd7da06 added option paral to call to specify server address where was sent if different 2011-02-05 17:52:36 -05:00
Eliot Horowitz
fd204c99b3 DBDirectClient uses smart count rather than going over message api 2011-01-25 16:19:21 -05:00
agirbal
f5e2323933 [SERVER-2286]: slaveOk is ignored for group() and mapReduce(), these are allowed to run on slave always 2011-01-04 23:17:22 -08:00
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Eliot Horowitz
789467bd62 a litle rs client cleaning 2010-12-29 00:51:25 -05:00
Eliot Horowitz
dc079d3ba7 better error message on socket error 2010-12-20 16:25:29 -05:00
Eliot Horowitz
4a80555f22 moving replica set client code into own files 2010-12-17 14:08:24 -05:00
Eliot Horowitz
d7569703d9 replace countCommas with str::count 2010-12-14 02:40:37 -05:00
Eliot Horowitz
28b1cff00d track pooled connections by type 2010-12-02 00:29:34 -05:00
Eliot Horowitz
a639200e21 keep track of number of DBClientConnection objects 2010-11-28 11:33:00 -05:00
dwight
203a76fa05 conventions cleaning 2010-11-10 11:49:28 -05:00
dwight
279d33bee6 dbclient: once a connection in failed state be sure not to use it. this is a fairly big change in a way because it now throws mroe often. affects replica sets. 2010-10-31 19:12:12 -04:00
Dwight
602acdfd0c Merge branch 'master' of github.com:mongodb/mongo 2010-10-29 13:40:50 -04:00
Dwight
0b140039bc cleaning; towrads our code standards; consting; better var name 2010-10-29 13:40:42 -04:00
Eliot Horowitz
1110b42704 better error messages on network errors 2010-10-29 00:49:08 -04:00
Eliot Horowitz
db4569cc56 count takes skip/limit 2010-10-28 13:47:30 -04:00
dwight
de2e29a934 cleaning and slightly nicer output rs 2010-10-18 20:43:21 -04:00
Alberto Lerner
da10c9799c SERVER-1691 don't cache calls to ensureIndex if sharding a collection 2010-09-30 08:38:40 -04:00
Mathias Stearn
4e1692b74f Fix unix socket parsing and add test SERVER-1867 2010-09-28 21:56:22 -07:00
Alberto Lerner
087a79e4be fix typo 2010-08-21 16:02:51 -04:00
Alberto Lerner
7a7cc4adfa SERVER-1452 StringData-ing up, c_str()-ing down 2010-08-18 18:12:31 -04:00
Eliot Horowitz
3f63ac712b change massert to uassert 2010-08-16 23:31:22 -04:00
Eliot Horowitz
f1a8c6ef54 fix getMore with sharding+rs in edge case SERVER-1584 2010-08-06 13:24:59 -04:00
Eliot Horowitz
c970eb624f allow set of 1 since can derive SERVER-1556 2010-08-03 11:47:47 -04:00
dwight
6a5c95a8d3 unref local var warning 2010-07-30 15:01:03 -04:00
Eliot Horowitz
9b12951db2 c++ repl set connection will add hosts in hosts array to list SERVER-1320 2010-07-30 14:51:28 -04:00
Eliot Horowitz
67f4da9b32 replaced replica pair connection with basic set version SERVER-1320 2010-07-30 14:30:02 -04:00
Eliot Horowitz
12aa34d0fa centralize connection url parsing SERVER-1319 2010-07-30 11:20:33 -04:00
Eliot Horowitz
1c138b4c77 fix paired auth 2010-07-26 16:25:27 -04:00
Eliot Horowitz
a23b97a690 cleaning remove flags 2010-07-22 22:38:35 -04:00
Eliot Horowitz
3bfc2c0099 findOne now takes const Query& 2010-07-21 16:30:32 -04:00
Alberto Lerner
ed0081deed SERVER-1270 Elim c_str() /client 2010-07-20 12:57:07 -04:00
Alberto Lerner
f51a4d0669 SERVER-1270 Hook StringData to BufBuilder 2010-07-19 09:56:24 -04:00
dwight
46542f495c cleaning 2010-07-18 13:34:16 -04:00
Alberto Lerner
daf8c0fbd0 Revert "SERVER-1270 Prep for hooking StringData"
This reverts commit b7c9a9fc57.
2010-07-17 16:07:38 -04:00
Alberto Lerner
b7c9a9fc57 SERVER-1270 Prep for hooking StringData 2010-07-17 14:33:17 -04:00
Eliot Horowitz
2ae0976481 use long instead of int for count 2010-07-16 12:30:05 -04:00
Eliot Horowitz
d9a83e2d4d fix error code 2010-07-16 09:42:35 -04:00
Aaron
f26c497470 Merge branch 'master' of github.com:mongodb/mongo 2010-07-15 15:50:33 -07:00
Aaron
2197e24460 SERVER-1387 clone/exhaust 2010-07-14 10:28:38 -07:00
Eliot Horowitz
360628a253 don't inline in cpp SERVER-1420 2010-07-14 11:50:42 -04:00
Mathias Stearn
13c6875815 temporarily Revert "git rid of "operator string""
This reverts commit 95fa51a1df.
2010-07-07 01:22:33 -04:00
Mathias Stearn
95fa51a1df git rid of "operator string" 2010-07-07 00:30:17 -04:00
Eliot Horowitz
fd8d8670a6 masterConn in DBClientPaired 2010-07-01 10:22:00 -04:00
Eliot Horowitz
05de6bdacb more work on ConnectionString SERVER-1319 2010-07-01 01:00:21 -04:00
Eliot Horowitz
38f4332418 fix bad result handling SERVER-1275 2010-06-21 17:57:56 -04:00
Eliot Horowitz
ebd6d55fbb make maxSize for a capped collection a long long SERVER-1235 2010-06-14 15:20:45 -04:00
dwight
3ac7b05737 QueryOption_Exhaust 2010-06-06 22:19:06 -04:00