Aaron
|
5a77cd187b
|
dbpath locking implementation; should work on linux this time
|
2009-03-10 15:26:26 -04:00 |
|
Aaron
|
dc197ff71a
|
Remap cursor id on forward
|
2009-03-10 15:06:47 -04:00 |
|
Aaron
|
0fe7ab762f
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-03-10 11:26:14 -04:00 |
|
Aaron
|
1374665894
|
Add --nohints cmd line option
|
2009-03-10 10:54:00 -04:00 |
|
Aaron
|
3931f7efcb
|
Revert "Use os file locking to lock dbpath"
This reverts commit 56e81849a0 .
|
2009-03-10 10:14:37 -04:00 |
|
Aaron
|
56e81849a0
|
Use os file locking to lock dbpath
|
2009-03-09 20:02:02 -04:00 |
|
Dwight
|
7dbee8a152
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-03-06 14:03:01 -05:00 |
|
Aaron
|
8730dc9d02
|
replace couple copy() calls with getOwned()
|
2009-03-06 13:42:52 -05:00 |
|
Dwight
|
58c08aeadc
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-03-06 13:21:21 -05:00 |
|
Aaron
|
384864c5b9
|
Don't log first operation, which is now coming from a DBDirectClient
|
2009-03-06 13:18:22 -05:00 |
|
Aaron
|
0e663e18c1
|
Drop stale temp collections on startup
|
2009-03-06 13:13:07 -05:00 |
|
Dwight
|
ef26e1fa9c
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-03-06 13:12:23 -05:00 |
|
Dwight
|
8431f60b10
|
shardkey lt gt query support
|
2009-03-06 13:12:00 -05:00 |
|
Aaron
|
eb68328620
|
Test exhausting oplog space
|
2009-03-06 11:51:44 -05:00 |
|
Aaron
|
20e6ea6b8e
|
Invalidate log if run out of space
|
2009-03-06 11:08:30 -05:00 |
|
Aaron
|
9817535968
|
Infrastructure for validating log
|
2009-03-06 10:45:35 -05:00 |
|
Aaron
|
316f47d1a5
|
Filter cloneCollection oplog inserts based on query pattern
|
2009-03-06 10:26:01 -05:00 |
|
Aaron
|
9a993fcb2e
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-03-06 09:50:34 -05:00 |
|
Aaron
|
feb63537e1
|
Fix some clonecollection issues
|
2009-03-05 19:58:07 -05:00 |
|
Aaron
|
bf123c2925
|
Remove log
|
2009-03-05 18:55:09 -05:00 |
|
Aaron
|
ae78648781
|
Better cloneCollection checkpoint
|
2009-03-04 15:57:35 -05:00 |
|
Aaron
|
5ca0a571e5
|
Compile g++ 4.3
|
2009-03-04 13:54:56 -05:00 |
|
Aaron
|
69f25ba1fd
|
Explicit constructor
|
2009-03-03 18:09:03 -05:00 |
|
Aaron
|
3362ca0cc4
|
Destructor no longer needed
|
2009-03-03 17:31:23 -05:00 |
|
Aaron
|
2ba030abe0
|
Move index cache to NamespaceDetailsTransient
|
2009-03-03 17:30:26 -05:00 |
|
Aaron
|
1839efb94d
|
Log current op to console on crash
|
2009-03-03 16:10:42 -05:00 |
|
Aaron
|
bab49f4951
|
Fail operation when old index can't be found
|
2009-03-03 15:37:54 -05:00 |
|
Aaron
|
e641c77844
|
Clarify use of prefix
|
2009-03-03 15:32:51 -05:00 |
|
Aaron
|
c606e65477
|
Remove copy() that should be unnecessary
|
2009-03-03 15:28:15 -05:00 |
|
Aaron
|
dbaa985014
|
Reset NamespaceDetailsTransient and clear query cache on drop database
|
2009-03-03 15:27:22 -05:00 |
|
Aaron
|
56dacac4d7
|
New copy of index key
|
2009-03-03 14:02:06 -05:00 |
|
Aaron
|
4c40455a5c
|
Add debug logging for missing recorded index
|
2009-03-03 12:46:31 -05:00 |
|
Aaron
|
5ca50873ab
|
Fix line which would never log
|
2009-03-02 18:39:10 -05:00 |
|
Aaron
|
d33b631a6d
|
Don't release lock before shutdown
|
2009-03-02 18:32:12 -05:00 |
|
Aaron
|
930f169fd7
|
Add idempotence test for timestamp update
|
2009-03-02 18:16:27 -05:00 |
|
Aaron
|
d41ad26635
|
Use key val matcher in findOne(), cleanup
|
2009-03-02 17:12:02 -05:00 |
|
Aaron
|
c8c7ae441e
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-03-02 16:51:53 -05:00 |
|
Aaron
|
e7b0796b51
|
Add number of calls to setClient to DBTOP
|
2009-03-02 16:49:16 -05:00 |
|
Aaron
|
f5e4fe8cd6
|
Key match checkpoint
|
2009-03-02 16:03:48 -05: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
|
c1207fddd5
|
use AbstractMessagingPort
|
2009-03-01 23:43:00 -05:00 |
|
Eliot Horowitz
|
b1a1e98294
|
make timestamp work on update, and a test
|
2009-02-28 18:55:04 -05:00 |
|
Eliot Horowitz
|
c6a4f25e16
|
some timestamp helpers
|
2009-02-28 18:44:31 -05:00 |
|
Aaron
|
9d792eb0c5
|
Rename CurrentTime to Timestamp, don't change type on insert
|
2009-02-27 18:14:45 -05:00 |
|
Aaron
|
2075fa77f1
|
Add const
|
2009-02-27 17:29:24 -05:00 |
|
Aaron
|
63e5764fe2
|
Add BSONElementManipulator and CurrentTime type
|
2009-02-27 17:18:56 -05:00 |
|
Aaron
|
4427a23bc7
|
Ignore MinKey and MaxKey in matcher
|
2009-02-27 14:04:19 -05:00 |
|
Aaron
|
9ba067542d
|
Set exclusive for regex upper bound, add some tests
|
2009-02-27 11:48:39 -05:00 |
|