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

13268 Commits

Author SHA1 Message Date
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
dwight
72b2c46fab update and normalize readme files a bit 2011-05-01 17:50:23 -04:00
Eliot Horowitz
c203325c67 use idhack for _id : { x : 5 } kind of queries 2011-05-01 09:30:17 -04:00
Eliot Horowitz
b1fdaec536 post 1.9.0 2011-05-01 09:30:05 -04:00
Eliot Horowitz
434d8b47e5 BUMP 1.9.0 2011-05-01 02:40:52 -04:00
dwight
287981ace2 fix cpp driver sconstruct linking 2011-04-30 18:55:22 -04:00
dwight
55c95ec3f0 use volatile in List1 2011-04-30 15:12:34 -04:00
dwight
633150e7a1 fix vcxproj 2011-04-30 14:59:20 -04:00
dwight
1773ba2f5e List1 test and fix case where orphan called on an empty lsit 2011-04-30 14:59:10 -04:00
Eliot Horowitz
227e25c55e some List1 safety 2011-04-30 13:30:57 -04:00
dwight
5f3694fb9a text and comment 2011-04-30 12:13:17 -04:00
dwight
d04022b31f Merge branch 'master' of github.com:mongodb/mongo 2011-04-30 11:53:59 -04:00
dwight
2221ad4eea vcxproj add hdr files so that find works well in the IDE 2011-04-30 11:53:52 -04:00
dwight
f46e187301 put hostname in the log. should make support a little easier. 2011-04-29 23:22:21 -04:00
dwight
0797232ce9 Merge branch 'master' of git@github.com:mongodb/mongo 2011-04-29 22:49:09 -04:00