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

13382 Commits

Author SHA1 Message Date
Dwight
14c8eb5752 Merge branch 'master' of github.com:mongodb/mongo 2011-05-03 16:59:22 -04:00
Dwight
8b0e7ecde6 try to fix SERVER-2948 journaling windows error message 2011-05-03 16:59:14 -04:00
Eliot Horowitz
251af4da04 more older gcc fix 2011-05-03 16:35:04 -04:00
Eliot Horowitz
30cf98d5d7 compile gcc 4.2 2011-05-03 16:31:21 -04:00
Eliot Horowitz
511e4be86b some compile errors 2011-05-03 16:24:42 -04:00
Dwight
31e9d7307c Merge branch 'master' of github.com:mongodb/mongo 2011-05-03 16:17:42 -04:00
Dwight
6fe499effc fix overlogging of temp debugging 2011-05-03 16:17:38 -04:00
Eliot Horowitz
929f3ec75c compile 2011-05-03 16:06:48 -04:00
Dwight
ead352ffec Merge branch 'master' of github.com:mongodb/mongo into main 2011-05-03 15:53:52 -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
Kristina
5eaaddba61 more debugging info on sync errors SERVER-3031 2011-05-03 12:01:31 -04:00
Kristina
e9ae388f30 added more log messages and checks for m/s repl errors SERVER-3029 2011-05-03 11:29:30 -04:00
Eliot Horowitz
18dc400e68 don't allow blank usernmae or password SERVER-3003 2011-05-03 10:53:24 -04:00
dwight
33897ac5d1 fix problem with groupcommitlimitedlocks simultaneous with dropdatabase in 1.9 2011-05-03 00:56:47 -04:00
dwight
a72aea2378 vcxproj updated for dbtests 2011-05-03 00:31:47 -04:00
agirbal
d85a192d18 fix jstest code, was not using "this" 2011-05-02 20:24:54 -07:00
agirbal
84f7cc0339 fix jstests compile 2011-05-02 19:05:10 -07:00
dwight
4382278e82 fix bug with new idx code page align 2011-05-02 22:02:18 -04:00
dwight
ce74c015fc update vcxproj files for ramlog.cpp 2011-05-02 20:53:11 -04:00
agirbal
1f6df26f34 fix compile for spidermonkey 2011-05-02 16:08:41 -07:00
agirbal
04d364a44d SERVER-2579: optimize append() method to use same BSONObj builder throughout process 2011-05-02 16:08:41 -07:00
agirbal
1725803c20 SERVER-2579: all v8 object creation is now lazy.
Correct allocation and freeing of underlying C++ object.
Correct ordering of object properties even when new ones are added within JS.
Supports deletion of properties with lazzy wrapper.

Also removed scope->setThis in favor of passing it in the invoke() command.
2011-05-02 16:08:41 -07:00
agirbal
52c03d3954 switch setObject to lzV8, all tests still pass 2011-05-02 16:08:40 -07:00
Kristina
7a3a044584 fix recursive loop in sending data SERVER-2933 2011-05-02 18:34:12 -04:00
Kristina
1008b8240e some rephrasing and comments 2011-05-02 18:26:08 -04:00
dwight
67a5a1934c compile gcc 4.4 2011-05-02 18:16:03 -04:00
Kristina
210d9599c3 add comment about memory leaks SERVER-2520 2011-05-02 16:37:56 -04:00
Kristina
be8e2f261d never set self to 0 SERVER-2710 2011-05-02 15:44:37 -04:00
Eliot Horowitz
815b995207 more getLog work
show logs
show log helpers in shell
2011-05-02 15:01:52 -04:00
Eliot Horowitz
6c49cef53c don't include newline in RamLog 2011-05-02 14:48:54 -04:00
Eliot Horowitz
aaad7824cd put all migrate log messages in a migrate RamLog 2011-05-02 14:39:16 -04:00
Eliot Horowitz
e98a9e6c2d cleaning up some logging 2011-05-02 14:33:24 -04:00
Eliot Horowitz
b501648032 getLog command so you access RamLog entries 2011-05-02 14:26:36 -04:00
Eliot Horowitz
008e375fe4 some formatting 2011-05-02 14:26:36 -04:00
Eliot Horowitz
9bb14b30a0 cleaning ramlog 2011-05-02 14:26:36 -04:00
Dwight
6f8d8e4ff9 make fix 2011-05-02 14:03:19 -04:00
Aaron
e780ffc12f SERVER-958 Looser bounds for multikey indexes with parallel nested fields 2011-05-02 10:33:53 -07:00
Aaron
2c05215281 comments 2011-05-02 10:33:52 -07:00
Aaron
4786360d41 SERVER-958 Prefer fully contained multikey ranges since they are smaller. 2011-05-02 10:33:52 -07:00
Aaron
216f9ca3a0 matcher comment 2011-05-02 10:33:52 -07:00
Aaron
ddd7dd323d rename FieldRangeOrSet to OrRangeGenerator 2011-05-02 10:33:52 -07:00
Aaron
c8a934caf7 Don't pop or clause when table has been scanned 2011-05-02 10:30:50 -07:00
Aaron
a9f50f1930 FieldRangeSet::trivialRange() should return a const reference 2011-05-02 10:30:50 -07:00
Aaron
77155b2923 clean some dbtest includes 2011-05-02 10:30:50 -07:00
Aaron
d1474f426f put queryutil dbtests in separate file 2011-05-02 10:30:49 -07:00
Mathias Stearn
ef373aa1de remove whitespace before trailing ; in shell helpers SERVER-3001
This was causing issues when someone typed "use some_db ;" into the shell
2011-05-02 13:28:11 -04:00
Mathias Stearn
26c85ceb23 Treat unix sockets as localhost in HostAndPort SERVER-1761 2011-05-02 12:25:09 -04:00
Dwight
9689ddf9e8 Merge branch 'master' of github.com:mongodb/mongo 2011-05-02 11:12:29 -04:00
Eliot Horowitz
d174ab91ea clean up fd when out of disk 2011-05-02 00:04:35 -04:00
Eliot Horowitz
b06a2c7ef3 optimize _id : { x : 5 } query 2011-05-01 22:50:06 -04:00