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

174 Commits

Author SHA1 Message Date
Aaron
ead8bad5b2 SERVER-1549 implement empty capped 2010-08-02 14:26:14 -07:00
Eliot Horowitz
55a26fdcfc clean up asserts to make people less scared from normal behavio 2010-07-31 09:50:07 -04:00
dwight
9990a546fd Merge branch 'master' of github.com:mongodb/mongo 2010-07-26 15:29:26 -04:00
dwight
150101e439 rs rollback 2010-07-26 15:29:18 -04:00
Eliot Horowitz
c7a38e409d cleaning pidfilepath code - adding to mongos SERVER-1488 2010-07-26 14:25:55 -04:00
dwight
3083c08000 truncatecapped test 2010-07-26 10:32:13 -04:00
dwight
698441ad63 rs 2010-07-25 22:50:35 -04:00
dwight
f8d63e3ca0 capped reorg some 2010-07-25 16:16:19 -04:00
dwight
e1cdf39dec Merge branch 'master' of github.com:mongodb/mongo 2010-07-24 00:10:41 -04:00
dwight
e086cade06 checkpoint 2010-07-24 00:10:34 -04:00
Eliot Horowitz
be05dbc52b get rid of Flag_CappedDisallowDelete 2010-07-23 23:29:53 -04:00
dwight
53d5215cc6 separate file for capped code 2010-07-23 23:20:00 -04:00
dwight
296526ce53 checkpoint 2010-07-23 22:44:11 -04:00
Eliot Horowitz
1f8a29ada3 remove collection level logging SERVER-1455 2010-07-21 09:55:46 -04:00
Eliot Horowitz
72f2eb24d5 change LazyString to toString rather than (string) 2010-07-17 22:11:21 -04:00
Richard Kreuter
3834e8d035 Remove --lockfilepath option. SERVER-1411 2010-07-13 18:16:26 -04:00
Richard Kreuter
ae79e7aee9 Add a --pidfilepath option, (next step: delete --lockfilepath). SERVER-1411 2010-07-13 18:02:44 -04:00
Mathias Stearn
13c6875815 temporarily Revert "git rid of "operator string""
This reverts commit 95fa51a1df.
2010-07-07 01:22:33 -04:00
Mathias Stearn
95fa51a1df git rid of "operator string" 2010-07-07 00:30:17 -04:00
Eliot Horowitz
1f822ee6c6 findIndexByType helper 2010-06-24 11:33:23 -04:00
Eliot Horowitz
1113a12a59 don't allow databases with the same name and different casing SERVER-1149 2010-06-15 02:48:09 -04:00
Eliot Horowitz
bb946a2792 pack(push|pop) not supported on solaris 2010-05-26 13:27:42 -04:00
Dwight Merriman
60c2d7dced cleaning 2010-05-23 16:23:54 -04:00
dwight
68fd2fd927 fix packing for gcc 2010-05-23 16:05:08 -04:00
Dwight Merriman
ae80fc2247 in prog fixing packing 2010-05-23 15:44:21 -04:00
Dwight Merriman
069b24f45a try to compile 2010-05-23 15:22:46 -04:00
Dwight Merriman
27f5790d11 support up to 64 indexes 2010-05-23 15:00:39 -04:00
Dwight Merriman
584be9aca6 towards http://jira.mongodb.org/browse/SERVER-1140 2010-05-22 16:54:20 -04:00
Eliot Horowitz
a48c830de9 Command::run gets "test" not "test.$cmd" 2010-05-03 16:25:34 -04:00
Dwight
bd28578ab8 stdafx->pch 2010-04-27 15:27:52 -04:00
Eliot Horowitz
0967ed4b5d helper to load collection names so not to use DBDirectClient
beter and also fixed SERVER-1047
2010-04-25 23:15:42 -04:00
Guillaume Delannoy
1f655abccb SERVER-425 Configurable path for pid/lock file
Signed-off-by: Eliot Horowitz <eliot@10gen.com>
2010-03-31 16:39:43 -04:00
Dwight
8657d88065 mmf 3 2010-03-31 16:21:20 -04:00
Dwight
60a659e641 mmf abstraction 2010-03-31 12:45:40 -04:00
Aaron
9a5dbd5c03 SERVER-758 reset query optimizer stats after building index in background 2010-03-16 00:58:47 -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
3d2b4f8ad4 Merge branch 'master' of git@github.com:mongodb/mongo 2010-02-25 15:15:07 -05:00
Dwight
f4707226e4 fix recently thread safety mistake in NSDT 2010-02-25 14:16:30 -05:00
Eliot Horowitz
1ace46483b refactoring geo search a bit to embed into query 2010-02-25 14:13:50 -05:00
Eliot Horowitz
0c822b5cce mostly lockless getSpec 2010-02-24 21:17:57 -05:00
Dwight
442ff28ed6 indexSpec() can now be used from read locked locations (or even unlocked)
geo tweaked and still needs a fix
2010-02-23 12:30:53 -05:00
Eliot Horowitz
662af52550 more info in collstats 2010-02-07 10:38:23 -05:00
Dwight
a84fc5843a rename storage.h -> diskloc.h 2010-02-04 18:06:04 -05:00
Dwight
9b0c784127 new names IndexSpec 2010-02-04 17:06:54 -05:00
Dwight
92e756eabc background index building 2010-02-04 14:25:49 -05:00
Aaron
d0847c9912 SERVER-308 add support for --directoryperdb option 2010-01-26 14:40:06 -08:00
Aaron
ec3731c75b SERVER-308 add directoryperdb option, remove dead code 2010-01-26 11:21:31 -08:00
Dwight
33bd6d1fe1 towards bg indexing 2010-01-25 12:25:29 -05:00
Dwight
adf21e9404 block administrative things like dropping namespace while a background index job is in progress 2010-01-22 15:17:03 -05:00
Dwight
a5a7815936 inspect NamespaceDetails on load 2010-01-21 13:40:18 -05:00