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

44 Commits

Author SHA1 Message Date
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
Eliot Horowitz
241a046b0e fix assert in releaseAndWriteLock 2009-12-06 10:06:02 -05:00
dwight
20eef73d61 say what state was if it were wrong in releaseandwritelock 2009-12-06 09:41:53 -05:00
Eliot Horowitz
066236ad58 debugging 2009-12-06 01:01:07 -05:00
Dwight
ae743da240 bug fix with profilnig and relocking 2009-12-04 17:11:17 -05:00
Dwight
4c67cef08b compile windows vcproj 2009-12-04 09:46:11 -05:00
Eliot Horowitz
843f365571 make some js stuff use table scan helper 2009-12-03 17:24:22 -05:00
Dwight
ad9d8bbdb4 clean up MutexInfo 2009-12-03 13:12:51 -05:00
Dwight
4df961a405 make some commands read-oinly 2009-12-03 11:50:09 -05:00
Dwight
16bd507b51 checkpoint some intermediate concurrency work 2009-12-02 09:39:17 -05:00
Dwight
73ed0277ff prettier 2009-10-23 11:13:08 -04:00
Eliot Horowitz
8fd95e2a19 ability to make a Client god for a little while 2009-10-22 23:47:39 -04:00
Dwight
01f1f6915d move CurOp into Client and make inprog handle multiple in progress 2009-10-16 15:36:34 -04:00
Eliot Horowitz
209ee5f43e just Client safety MINOR 2009-10-15 00:56:51 -04:00
Dwight
c43df1e575 make Top threadsafe 2009-10-14 15:48:13 -04:00
Dwight
16f8b77c5e move the var 'database' inside Client object 2009-10-14 14:34:38 -04:00
Dwight
cd3b329548 comment minor 2009-10-14 11:04:46 -04:00
Eliot Horowitz
25d2f88e1e clean up MR temp tables SERVER-327
Client shutdown hook
2009-10-14 10:20:53 -04:00
Dwight
2d934d1006 move curNs to Client object 2009-10-13 16:01:02 -04:00
Dwight
cf7a86e0f9 make lasterror threadsafe
rename Connection -> Client
lasterror code easier to read
bunch of windows warnings eliminated
2009-10-12 15:12:16 -04:00