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

29 Commits

Author SHA1 Message Date
Kristina
c99abec538 Generalize recloning docs on initial oplog application SERVER-3367 2011-11-11 18:24:36 -05:00
dwight
fa6ebc65be fix a possible issue with initial sync with replication when updates are in flight.
also correct UpdateResult in one case
2011-09-18 17:23:28 -04:00
Aaron Staple
44939bd863 SERVER-3554 assert on failed yield recovery in finding start cursor 2011-08-17 21:03:54 -07:00
Aaron
26e10443f5 SERVER-3482 update tests, handle empty oplog properly 2011-07-31 10:12:25 -07:00
Aaron
175e039247 SERVER-3482 check oldest op first when doing oplog replay, wassert instead of massert on encountering empty extent 2011-07-31 08:59:00 -07:00
Eliot Horowitz
61be4fc835 some include cleaning 2011-06-21 01:56:49 -04:00
Aaron
dda653aae0 FindingStartCursor cleanup 2011-06-13 14:19:23 -07:00
Aaron
abcf32bd28 FindingStartCursor comments, cleanup, fixes 2011-06-13 14:06:57 -07:00
Aaron
2df2fe8991 reduce queryutil dependencies a bit 2011-04-25 13:29:50 -07:00
Eliot Horowitz
138040ccc0 not checking msgasserted for dupes 2011-04-15 13:39:47 -04:00
Aaron
5ede773a23 SERVER-2558 don't orphan client cursors in FindingStartCursor 2011-02-15 17:26:15 -08:00
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Eliot Horowitz
7cc161c6a5 track replicated ops SERVER-1565 2010-11-09 17:01:58 -05:00
Eliot Horowitz
6157d16b47 cleaning ClientCursor to obey kernel rules and encapsulate more so can add logic later 2010-10-29 11:00:38 -04:00
Alberto Lerner
5f7500bf01 Pull timer.h and time_support.h out of goodies.h
The code on both the new header files is essentially the same. This
commit just adjusted #include in dependent modules. The new headers
did not make to pch.h.

This change is in preparation for some improvements in code that is
now in time_support.h
2010-09-16 09:18:46 -04:00
Dwight
857bd9b4dc more const 2010-08-23 11:45:32 -04:00
Aaron
e6ad6ecb02 SERVER-1453 yield during geo query 2010-08-02 15:43:53 -07:00
dwight
fe1d205aa8 rs 2010-07-19 22:32:43 -04:00
Aaron
f17aefd598 SERVER-1376 yield in query set runner for query,count,update,delete 2010-07-07 19:35:26 -07:00
dwight
39dbe97e66 --pretouch 2010-07-06 17:49:20 -04:00
Dwight
082a592291 pretouch experiment 2010-06-30 15:56:59 -04:00
Eliot Horowitz
3bb8743e0c cleaning up oplog apply 2010-06-29 14:49:06 -04:00
Eliot Horowitz
4e1f95acab some ClientCursor yield cleaning 2010-06-19 20:20:19 -04:00
Dwight
6e8fafab58 rs 2010-06-04 15:54:25 -04:00
Aaron
57caf02ff3 SERVER-109 get rid of nextSimpleQuery(), put matcher in base QueryOp, get rid of 'query' in various objects 2010-06-02 17:10:34 -07:00
Dwight Merriman
f36becfb54 repl cleaning 2010-05-29 16:17:33 -04:00
Aaron
0eec36abab SERVER-1113 2010-05-13 00:13:55 -07:00
Eliot Horowitz
740cc1308e auto_ptr -> shared_ptr for Cursor objects 2010-05-07 17:25:57 -04:00
Eliot Horowitz
0f09595154 move oplog code into db/oplog.* 2010-04-13 13:50:09 -04:00