Commit Graph

113 Commits

Author SHA1 Message Date
gregs
57cacffe3e fix for query unit test failure with no capped _id scan 2011-08-05 15:31:55 -04:00
Aaron
26e10443f5 SERVER-3482 update tests, handle empty oplog properly 2011-07-31 10:12:25 -07:00
Aaron
175e039247 SERVER-3482 check oldest op first when doing oplog replay, wassert instead of massert on encountering empty extent 2011-07-31 08:59:00 -07:00
Eliot Horowitz
131e1d2182 more cleaning 2011-06-22 15:51:08 -04:00
Aaron
4de924a3d9 SERVER-3222 min and max for type cleaning and fixes 2011-06-21 10:51:14 -07:00
Dwight
90ac687ee0 log less 2011-06-13 16:57:34 -04:00
dwight
96b2c2e35e FindingStart dbtest not working not sure why yet 2011-06-11 19:45:03 -04:00
dwight
bfe34b1985 doesnt make much sense to specify capped without a size so check for that 2011-06-11 12:55:46 -04:00
gerald-lindsly
1ee161dfbe SERVER-3064 2011-06-03 14:38:40 -04:00
dwight
c0384332f2 towards proper --quotafiles support 2011-05-23 20:03:24 -04:00
dwight
8a0660ac31 use firstElementFieldName() 2011-05-23 20:03:19 -04:00
Dwight
a3cd52048a Merge branch 'master' into main
Conflicts:
	SConstruct
	db/btree.h
	db/db.vcxproj.filters
	db/dbcommands_admin.cpp
	db/geo/2d.cpp
	db/pdfile.cpp
	dbtests/test.vcxproj.filters
2011-05-03 15:53:27 -04:00
Aaron
77155b2923 clean some dbtest includes 2011-05-02 10:30:50 -07:00
Aaron
5ede773a23 SERVER-2558 don't orphan client cursors in FindingStartCursor 2011-02-15 17:26:15 -08:00
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Dwight
da7949e46b trying to make tests pass 2010-12-21 14:20:22 -05:00
Dwight
bc59cfb9a5 fix QueryTests i think 2010-12-20 16:53:20 -05:00
Eliot Horowitz
598af81eaa safety for Projection's current state SERVER-192 SERVER-2104 2010-11-16 14:44:39 -05:00
Eliot Horowitz
fb109a0670 worked towards covered indexes SERVER-192 2010-11-16 03:10:57 -05:00
Eliot Horowitz
62878d24b7 rename FieldMatcher to Projection 2010-11-15 16:36:04 -05:00
Eliot Horowitz
48ad70487a starting FieldMatcher cleaning 2010-11-15 16:36:01 -05:00
Eliot Horowitz
c220a4a767 finish removing CursorIterator 2010-11-15 15:26:06 -05:00
Dwight
c3fb79d805 dur forgot to close a view in mmap_win.cpp 2010-10-04 16:46:17 -04:00
Aaron
291b5228dd SERVER-1879 clean up unit test assertions 2010-10-04 11:20:26 -07:00
Alberto Lerner
5f7500bf01 Pull timer.h and time_support.h out of goodies.h
The code on both the new header files is essentially the same. This
commit just adjusted #include in dependent modules. The new headers
did not make to pch.h.

This change is in preparation for some improvements in code that is
now in time_support.h
2010-09-16 09:18:46 -04:00
Dwight Merriman
a6e5b141c2 remove extraneous logging from dbtests 2010-05-25 21:53:55 -04:00
Aaron
052f894fd1 Merge branch 'master' of github.com:mongodb/mongo 2010-05-13 10:47:42 -07:00
Aaron
0eec36abab SERVER-1113 2010-05-13 00:13:55 -07:00
Aaron
37f2f983a4 SERVER-109 let query op short stop multi scan planning, handle or in helpers finone 2010-05-12 11:52:43 -07:00
Dwight Merriman
d90d9690aa compile vs2010 2010-05-07 18:59:22 -04:00
Eliot Horowitz
740cc1308e auto_ptr -> shared_ptr for Cursor objects 2010-05-07 17:25:57 -04:00
Dwight
bd28578ab8 stdafx->pch 2010-04-27 15:27:52 -04:00
Eliot Horowitz
5660d03477 fix Ordering 2010-04-20 23:11:35 -04:00
Eliot Horowitz
e9c541820b Query class supports $query 2010-04-17 17:22:19 -04:00
Eliot Horowitz
c91e3ba456 fix equality matching of emdeded docs with numbers SERVER-853 2010-03-31 12:27:10 -04:00
Mike Dirolf
253462a338 failing test case for SERVER-853 2010-03-30 15:43:23 -04:00
Eliot Horowitz
f5e10fef76 semantic change 2010-03-22 17:44:20 -04:00
Aaron
94479c550f SERVER-645 tailable cursor on capped collections only, won't use indexes 2010-03-09 16:19:51 -08:00
Aaron
57d2a1d901 SERVER-684 refactor findingStart code 2010-03-09 13:54:19 -08:00
Aaron
b3f2b01d67 SERVER-645 update test to use capped collection 2010-03-02 16:23:14 -08:00
Mathias Stearn
11c49cb195 nToReturn is now a limit in C++ driver SERVER-537 2010-02-26 22:40:50 -05:00
Aaron
12544983bc SERVER-680 fix issues with --only mode 2010-02-25 23:06:37 -08:00
Aaron
56150cc727 SERVER-305 shell kills in progress operations on clean exit 2010-02-17 17:06:54 -08:00
Mike Dirolf
60391897f3 failing test case for tailable cursor w/ _id query SERVER-645 2010-02-17 15:14:46 -05:00
Eliot Horowitz
62aad0ee18 refactoring runQuery / UserQueryOp part 1 2010-02-15 22:33:27 -05:00
Aaron
1b251ab297 SERVER-595 add test 2010-02-02 12:38:48 -08:00
Eliot Horowitz
afa43dc8cd get rid of setClient - all Database storage is in Client::Context 2010-01-29 17:22:34 -05:00
Aaron
cf3b8f2468 SERVER-531 refactor code for not influencing lastError 2010-01-12 15:33:29 -08:00
Dwight
7d26553061 a little code cleanup / renameing 2010-01-03 16:37:38 -05:00
Dwight
e21bb90572 compile 2009-12-31 16:26:26 -05:00