0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00
Commit Graph

1910 Commits

Author SHA1 Message Date
Aaron
0a291f6958 fork checkpoint 2009-03-05 16:06:11 -05:00
Aaron
46e6c6b475 shell fork checkpoint 2009-03-05 00:07:09 -05:00
Aaron
9be10a4f98 For starters, unlock v8 when we expect a response from server 2009-03-04 16:55:24 -05:00
Aaron
151383de17 Add clonecollection.js test 2009-03-04 15:57:59 -05:00
Aaron
ae78648781 Better cloneCollection checkpoint 2009-03-04 15:57:35 -05:00
Eliot Horowitz
54160011de 64-bit osx tweak 2009-03-04 08:18:50 -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
72a7d08cd4 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-03 16:10:48 -05:00
Aaron
1839efb94d Log current op to console on crash 2009-03-03 16:10:42 -05:00
Dwight
a039cf7ec7 compile windows 2009-03-03 16:06:57 -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
70263570bb Remove logging 2009-03-02 18:33:03 -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
53e0287027 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-02 16:49:27 -05:00
Aaron
e7b0796b51 Add number of calls to setClient to DBTOP 2009-03-02 16:49:16 -05:00
Eliot Horowitz
e5d3feefbe warning for old versions of boost 2009-03-02 16:49:05 -05:00
Eliot Horowitz
062213eaef work on old versions of boost 2009-03-02 16:27:35 -05:00
Aaron
f5e4fe8cd6 Key match checkpoint 2009-03-02 16:03:48 -05:00
Aaron
67d39935dc Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-02 13:45:26 -05:00
Aaron
b5d11b9350 Use key matcher, keep real BSONObj in matcher, fix deleteObject bug 2009-03-02 13:42:31 -05:00
Eliot Horowitz
474d2c0d24 switch mongos to use MessageServer
use boost asio if it exists on the system
2009-03-02 13:35:34 -05:00
Aaron
e6980f2e83 Call val() without log mutex 2009-03-02 13:18:47 -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
cc95f74066 asio checkpoing, working, not threaded yet 2009-03-02 10:32:29 -05:00
Eliot Horowitz
61e7c9660a very simple passthrough test for mongos 2009-03-02 10:32:01 -05:00
Eliot Horowitz
f7f6348d2f basic asio core working 2009-03-02 09:57:43 -05:00
Eliot Horowitz
8a711dc649 nextMessageId function and valid() method on MsgData 2009-03-02 09:57:22 -05:00
Eliot Horowitz
1cc5eff3e5 oops - didn't mean to commit blah 2009-03-02 09:14:56 -05:00
Eliot Horowitz
13b828f592 checkpoint for async message server 2009-03-02 09:13:20 -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
46ec32bacd Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-28 18:44:45 -05:00
Eliot Horowitz
c6a4f25e16 some timestamp helpers 2009-02-28 18:44:31 -05:00
dwight
d9ceecba23 comments 2009-02-28 09:38:41 -05:00
Aaron
9d792eb0c5 Rename CurrentTime to Timestamp, don't change type on insert 2009-02-27 18:14:45 -05:00
Aaron
5c38fa8e4c Add const 2009-02-27 17:32:27 -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