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

2678 Commits

Author SHA1 Message Date
Dwight Merriman
4b372247f1 crlf->lf 2010-02-12 08:46:53 -05:00
Dwight Merriman
56092b9e2d Merge branch 'master' of github.com:mongodb/mongo 2010-02-12 08:44:03 -05:00
Eliot Horowitz
e13c189def temp rlease when connecting to master for serverStatus 2010-02-11 17:17:24 -05:00
Dwight
3005fcb976 Merge branch 'master' of git@github.com:mongodb/mongo 2010-02-11 14:50:09 -05:00
Dwight
0ae466d158 SERVER-619 background indexing fix 2010-02-11 14:49:55 -05:00
Eliot Horowitz
5bff6ebc41 Merge branch 'master' of git@github.com:mongodb/mongo 2010-02-11 14:36:19 -05:00
Eliot Horowitz
2b96337203 option to have slave lag in serverStatus SERVER-586 2010-02-11 14:35:55 -05:00
Mathias Stearn
6ea23ccfa2 ServerStatus ratios shouldn't divide by 0 2010-02-11 13:50:34 -05:00
Eliot Horowitz
c3b8492cf0 count commands separately 2010-02-11 12:52:26 -05:00
Eliot Horowitz
c9ed60974d fix upsert for DBRef SERVER-627 2010-02-11 11:36:08 -05:00
Eliot Horowitz
7935d23cca use opidtostring 2010-02-10 22:28:29 -05:00
Dwight
d311ff64ff Merge branch 'master' of git@github.com:mongodb/mongo 2010-02-10 15:34:54 -05:00
Dwight
635a16e94c SERVER-620
mongod thinks a background process is running for a db, even when it's not
2010-02-10 15:34:41 -05:00
Eliot Horowitz
b88e91c8f5 clean up curop read/write detection 2010-02-10 15:16:00 -05:00
Eliot Horowitz
f765ec0442 fix repl 2010-02-10 14:18:57 -05:00
Eliot Horowitz
ce7b286745 make sure all threads that use a lock have a Client 2010-02-10 13:28:08 -05:00
Eliot Horowitz
58dff03bbb warning -> note 2010-02-09 23:17:48 -05:00
Dwight Merriman
285f6034e1 crlf->lf 2010-02-09 18:30:32 -05:00
Eliot Horowitz
929ae35cdd inprog takes $all : 1 option 2010-02-09 16:58:03 -05:00
Richard Kreuter
afa21134b2 Merge branch 'licensing' 2010-02-09 16:48:47 -05:00
Richard Kreuter
b96e4b2976 Add license headers to .cpp & .h files that lacked them. MINOR 2010-02-09 16:48:21 -05:00
Dwight
1d38e43c77 change error text 2010-02-09 16:10:58 -05:00
Dwight
f7f02b12f2 Merge branch 'master' of git@github.com:mongodb/mongo 2010-02-09 15:33:15 -05:00
Dwight
7e736f67c1 Cloner: don't dbtemprelease too often 2010-02-09 15:32:49 -05:00
Eliot Horowitz
1748b99c6c Merge branch 'master' of git@github.com:mongodb/mongo 2010-02-09 12:35:42 -05:00
Eliot Horowitz
dc9f26e421 readlocktry - use in webserver so more reliabliy works 2010-02-09 12:35:26 -05:00
Eliot Horowitz
cedbc789e4 locking cna happen without Client 2010-02-09 11:50:53 -05:00
Eliot Horowitz
8258e00f7d init fsync thread client 2010-02-09 11:35:34 -05:00
Eliot Horowitz
12a8eee52c use table in web console for clarity 2010-02-09 10:35:31 -05:00
Eliot Horowitz
ecc40e19db added waitingForLock to curop 2010-02-09 10:25:05 -05:00
Eliot Horowitz
76ca6a2887 don't profile if db was closed in interim 2010-02-09 00:48:02 -05:00
Aaron
bc142fbcdb Merge branch 'master' of github.com:mongodb/mongo 2010-02-08 18:21:56 -08:00
Aaron
a01100d8e5 SERVER-594 allocate first extent of new collection from free list 2010-02-08 18:21:42 -08:00
Eliot Horowitz
c037f21674 move some replication settings into ReplicationSettings 2010-02-08 21:04:09 -05:00
Aaron
04ef27cb4f SERVER-258 removing --authWriteOnly mode at Eliot's request 2010-02-08 16:52:41 -08:00
Aaron
5af401d94b Merge branch 'master' of github.com:mongodb/mongo 2010-02-08 16:24:00 -08:00
Aaron
94116f7c6d CS-10 prevent assertion by making sure btree builder enforces >= 1 key per bucket invariant 2010-02-08 16:23:48 -08:00
Eliot Horowitz
90157edb27 some repl cmd abstraction in prep for SERVER-586 2010-02-08 17:17:18 -05:00
Dwight
476f0427b6 compile vcproj 2010-02-08 11:29:49 -05:00
Eliot Horowitz
d1c3f1a9eb don't run readONly tests where its not supported 2010-02-07 15:25:38 -05:00
Eliot Horowitz
61aa20971d lower constraints 2010-02-07 15:22:59 -05:00
Eliot Horowitz
662af52550 more info in collstats 2010-02-07 10:38:23 -05:00
Eliot Horowitz
df9e034ad3 add _id to system. collections if they are legal client namespaces 2010-02-07 02:04:19 -05:00
Eliot Horowitz
6c6d40a375 moving some globals into a common file 2010-02-07 01:38:54 -05:00
Eliot Horowitz
85000c0649 fix mongod.lock check to differentiate between old lock file and 2 mongod 2010-02-07 01:21:28 -05:00
Aaron
1d562aeb9b SERVER-595 be sure to release mutex in corner case when scan from beginning 2010-02-06 14:56:48 -08:00
Eliot Horowitz
7c48eed652 better btree assert 2010-02-06 14:45:58 -05:00
Mathias Stearn
a39d197a5a Plug large memory leak in mongos SHARDING-77 2010-02-05 18:08:10 -05:00
Eliot Horowitz
7674785f2f check for read lock and read only doesn't work on old versions of boost 2010-02-05 12:44:08 -05:00
Eliot Horowitz
68eae18d00 slight _id query plan optimization 2010-02-05 12:02:01 -05:00