Commit Graph

268 Commits

Author SHA1 Message Date
Aaron
ed8bf45202 release mutex periodically when searching for requested ts in oplog 2009-04-27 17:24:07 -04:00
Eliot Horowitz
1f696e2143 abstracted out ScriptEngine to allow for playing with other javascript engines 2009-04-23 14:28:22 -04:00
Aaron
26bddf1ef8 log separate op for each deleted object 2009-04-09 13:30:28 -04:00
Aaron
69756316c1 reinstate KeyValJsMatcher 2009-04-07 10:40:10 -04:00
Aaron
91c4607f76 make simple find faster 2009-04-06 17:32:40 -04:00
Aaron
bf07afef73 back out KeyValJsMatcher, until we can fix it to handle multikey arrays correctly 2009-04-06 14:11:32 -04:00
Aaron
fd780da9b6 fix warnings 2009-04-03 15:59:13 -04:00
Aaron
e347e27606 Better 'not master' validation 2009-03-30 14:07:04 -04:00
Aaron
074740013f optimized 2009-03-27 16:27:35 -04:00
Aaron
d4ab183cf6 When checking that a mod will not modify an indexed field, validate parent/child mod & index relationships 2009-03-27 15:33:22 -04:00
Aaron
20c8556b9c Don't drop certain empty objects 2009-03-27 10:36:59 -04:00
Aaron
c7606faf90 Better $push type validation 2009-03-26 17:51:57 -04:00
Aaron
c3e08b28a5 Don't double-increment 'left' 2009-03-26 17:34:19 -04:00
Aaron
874dd19dfb cleanup 2009-03-26 16:59:38 -04:00
Aaron
c0fbc1a93e Register update/delete only on client request 2009-03-26 16:11:23 -04:00
Aaron
f490f01f1c Add information on last update / delete to lastError 2009-03-26 13:45:29 -04:00
Aaron
01658a1b95 Construct complex objects on update without extra copies 2009-03-26 11:06:45 -04:00
Aaron
2506307e43 Write new num value just once 2009-03-25 17:12:27 -04:00
Aaron
547a455b5b $push idempotence checkpoint 2009-03-25 16:40:52 -04:00
Aaron
4b7f917bf5 $push replay 2009-03-25 15:17:30 -04:00
Aaron
47340a0a9b $push checkpoint 2009-03-24 18:42:51 -04:00
Aaron
a265385f10 $push checkpoint 2009-03-24 18:15:47 -04:00
Aaron
63a8d2d173 Upsert insert with embedded objects 2009-03-24 15:42:35 -04:00
Aaron
bf9976cf68 More embedded mod corner cases 2009-03-24 15:16:44 -04:00
Aaron
d7fdc782cb Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-24 14:33:49 -04:00
Aaron
55a170aaa5 mod checkpoint 2009-03-24 14:33:36 -04:00
Aaron
c27e290116 Support large count and nscanned 2009-03-24 12:12:04 -04:00
Aaron
a6c9d60843 embedded mod checkpoint 2009-03-24 11:34:09 -04:00
Aaron
a6f3402e0d Few more tests 2009-03-23 18:55:32 -04:00
Aaron
6b9abc6144 mods on missing embedded objects checkpoint 2009-03-23 18:21:07 -04:00
Aaron
8ca46fb7c5 Update nscanned for profiling 2009-03-23 17:04:32 -04:00
Aaron
3c2196420e Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-19 16:23:19 -04:00
Aaron
5a276ef621 Replace emptyObj with BSONObj() 2009-03-19 16:23:04 -04:00
Dwight
3a5aef6756 fix a btree reuse key case
and clean up code a little
2009-03-19 11:17:16 -04:00
Dwight
86ce9e5d41 compile windows/visual studio 2009-03-19 10:33:35 -04:00
Aaron
bf1d5f4282 $set can be used with any type, checkpoint 2009-03-18 18:06:37 -04:00
Aaron
6d10afbd49 Find requested oplog entry starting from tail of log 2009-03-18 17:24:10 -04:00
Dwight
7165d7369e implemented dropIndexes for alt rec store 2009-03-17 17:02:21 -04:00
Aaron
26be29395e cleanup 2009-03-11 18:47:16 -04:00
Aaron
2f5201c7e7 Merge 2009-03-11 17:39:35 -04:00
Aaron
93ac9027cd finishCloneCollection checkpoint 2009-03-11 17:37:25 -04:00
Aaron
3055ab6d1d Clean up tailable cursor code 2009-03-11 17:05:50 -04:00
Aaron
f1ca868a26 Filter returned by QueryMessage may be null 2009-03-11 14:10:20 -04:00
Aaron
99dd91cddc Don't attempt to make cursor tail immediately if not at end 2009-03-11 11:58:26 -04:00
Aaron
502e20f1cc finishCloneCollection checkpoint 2009-03-11 10:31:47 -04:00
Aaron
1374665894 Add --nohints cmd line option 2009-03-10 10:54:00 -04:00
Aaron
b5d11b9350 Use key matcher, keep real BSONObj in matcher, fix deleteObject bug 2009-03-02 13:42:31 -05:00
Aaron
dad75855e8 Add KeyValJSMatcher 2009-03-02 11:31:13 -05:00
Aaron
253a49d2a1 Add new Matcher interface, use in count, add consts 2009-03-02 10:41:36 -05:00
Eliot Horowitz
b1a1e98294 make timestamp work on update, and a test 2009-02-28 18:55:04 -05:00