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

69 Commits

Author SHA1 Message Date
Eliot Horowitz
e634287abf remove temp collection code 2010-12-17 00:22:20 -05:00
Eliot Horowitz
0053e71ff9 compile SERVER-1992 2010-12-16 23:05:25 -05:00
agirbal
77b66479d1 Merge branch 'master' of github.com:mongodb/mongo 2010-12-16 16:19:48 -08:00
agirbal
24cf03c654 [SERVER-1992]: Log remote requestor for splits and migrates 2010-12-16 16:18:22 -08:00
dwight
0d7ae20b99 cleaning 2010-12-11 15:25:45 -05:00
Dwight
48ae1fddaf move inl header inclusion to top 2010-11-04 09:07:28 -04:00
Eliot Horowitz
13703038d3 mongostat shows # of active readers/writers SERVER-1997 2010-10-24 20:32:19 -04:00
dwight
b03b787888 cleaning 2010-10-11 21:51:30 -04:00
dwight
f0234a1fbb rs checkpoint work 2010-08-27 16:38:56 -04:00
dwight
3c0f8b9ff3 makemessagingport findable from the Client object 2010-08-27 13:53:55 -04:00
Dwight
e52542e586 cleaning formatting 2010-08-25 13:01:36 -04:00
Dwight
2f1b077bb5 do not background index when applying a create index operation 2010-08-23 13:55:34 -04:00
dwight
5bc311ba10 comment 2010-08-09 16:43:06 -04:00
Dwight
f76fe95f0d better diags 2010-08-02 16:56:11 -04:00
Eliot Horowitz
54b63e374a assert 2010-07-20 17:00:40 -04:00
Eliot Horowitz
08a30732d9 clean up temporary collection handling
fix memory leak when dropping temp collections
2010-07-07 10:06:04 -04:00
dwight
456d52492b old method 2010-06-26 13:06:03 -04:00
Eliot Horowitz
fd3b8fa7ad don't yield if you're a reader and only other readers are active SERVER-517 2010-06-22 05:27:56 -04:00
Eliot Horowitz
a71cc3cd4b cleaning exceptions 2010-06-21 13:41:34 -04:00
Dwight Merriman
fd99e5d3ab rs 2010-06-01 11:08:27 -04:00
Dwight Merriman
f36becfb54 repl cleaning 2010-05-29 16:17:33 -04:00
Dwight
09a7c66525 rs organizing 2010-05-18 16:09:46 -04:00
Dwight
c33904ddfb name threads 2010-05-18 12:17:43 -04:00
Dwight Merriman
0f9f517058 cleaner error / uassert logging 2010-05-15 18:48:13 -04:00
Dwight
a2e86ec161 rs 2010-05-13 17:18:17 -04:00
Richard Kreuter
71431eb970 Try #2 at SERVER-756. 2010-05-06 11:51:21 -04:00
Richard Kreuter
c8f781ce32 Revert "New methods dropTempCollectionsInDB & dropAllTempCollectionsInDB. SERVER-756."
This reverts commit 59645ef064.
2010-05-05 16:13:59 -04:00
Richard Kreuter
59645ef064 New methods dropTempCollectionsInDB & dropAllTempCollectionsInDB. SERVER-756. 2010-05-05 11:51:28 -04:00
Dwight
bd28578ab8 stdafx->pch 2010-04-27 15:27:52 -04:00
Eliot Horowitz
009e2e4e0a adaptive sleep for ClientCusror::yield SERVER-975 2010-04-06 13:49:51 -04:00
Eliot Horowitz
3b59851a13 handshake command SERVER-572 2010-04-02 11:29:33 -04:00
Eliot Horowitz
f078b67f18 track last op in Client 2010-03-30 15:20:22 -04:00
Aaron
82be9226a6 SERVER-803 make repl work when auth is enabled 2010-03-22 10:50:55 -07:00
Aaron
c971842a55 Revert "Revert "SERVER-695 don't destroy static global mutexes""
This reverts commit eb7cde3e75.

Conflicts:

	db/instance.h
2010-03-15 09:42:01 -07:00
Eliot Horowitz
71da97dd22 DEB debugging to make sure we don't have unknown write lockers 2010-03-12 23:09:51 -05:00
Eliot Horowitz
52427e60eb debugging MINOR 2010-02-04 22:51:57 -05:00
Eliot Horowitz
cf2c6c068e fix timing so starts when enter lock 2010-02-04 15:56:02 -05:00
Eliot Horowitz
62f47cc910 cleaning up security - moving to centralized location 2010-02-04 10:49:19 -05:00
Eliot Horowitz
ea575be277 Top/Client/CurOp cleanup checkpoint - mostly working - Top doesn't output anything yet 2010-02-01 13:27:05 -05:00
Eliot Horowitz
4f8d71b475 move util/top to db/stats/top 2010-02-01 10:47:28 -05:00
Eliot Horowitz
aff2729157 move db/dbstats* to db/stats/counters* 2010-02-01 10:38:00 -05:00
Eliot Horowitz
1f84d7aa82 defensive 2010-01-29 22:00:50 -05:00
Eliot Horowitz
afa43dc8cd get rid of setClient - all Database storage is in Client::Context 2010-01-29 17:22:34 -05:00
Eliot Horowitz
96fbb6c9fb replace resetClient with Client::Context
added magic value to Database to prevent weird issues
2010-01-19 13:03:23 -05:00
Eliot Horowitz
059ebd4b6a rename DBContext to Client::Context 2010-01-17 16:57:35 -05:00
Dwight
0aef7092be small opt 2009-12-31 16:22:28 -05:00
Eliot Horowitz
0ab8149a8e uassert/massert take error code SERVER-112 2009-12-28 16:43:43 -05:00
Dwight
3c30bcb826 refactor CurOp 2009-12-21 13:19:20 -05:00
Dwight
6fff93be92 small rename 2009-12-08 11:34:57 -05:00
Dwight
b16058e72e fix some issues with the web diag page 2009-12-07 15:42:26 -05:00