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

3126 Commits

Author SHA1 Message Date
Eliot Horowitz
a4a895e1f0 fix shell printing 2009-06-11 20:27:07 -04:00
Eliot Horowitz
8b6145546a can't use JS eval trick from inside function because of JS scoping 2009-06-11 20:15:31 -04:00
Eliot Horowitz
7c8f6d5b1c add var test that already worked MINOR 2009-06-11 20:15:01 -04:00
Eliot Horowitz
6d12b8bc22 set VAROBJFIX even though its on by default MINOR 2009-06-11 20:13:33 -04:00
Eliot Horowitz
688b0dc3a3 make /tmp/unittest when doing scons test MINOR 2009-06-11 20:13:14 -04:00
Eliot Horowitz
dba174cb19 work around assert in mmap 2009-06-11 12:32:19 -04:00
Eliot Horowitz
d5088e4c9c don't allow force64 on 64-bit machine 2009-06-11 12:32:03 -04:00
Eliot Horowitz
62d7cb5961 spacing MINOR 2009-06-09 15:24:09 -04:00
Eliot Horowitz
4e4dd60185 add "this" as a LocalRoot SERVER-102 2009-06-09 15:17:50 -04:00
Eliot Horowitz
6b1d43b3b1 finish SERVER-101 move BSONObjIterator::_more to BSONObjIterator::more 2009-06-09 12:32:04 -04:00
Eliot Horowitz
00df88c21d moved BSONObjIterator::more to BSONObjectIteratore::moreWEOO()
added _more temporarily
SERVER-101
2009-06-09 11:43:04 -04:00
Eliot Horowitz
a525339af5 make version number 0.9.4+ MINOR 2009-06-09 10:15:55 -04:00
Eliot Horowitz
0efc7afe28 BUMP 0.9.4 2009-06-09 09:37:04 -04:00
Dwight
c7c77aee1a make old vcproj include assert_util.cpp 2009-06-08 17:28:11 -04:00
Eliot Horowitz
905f018510 Merge commit 'alanw/master'
Conflicts:

	db/db.cpp
	msvc/server_only/server_only.vcproj
	stdafx.cpp
	util/log.h
2009-06-08 14:15:15 -04:00
Eliot Horowitz
ab05b87e83 fix BSONElement Date toString 2009-06-08 12:51:48 -04:00
Eliot Horowitz
a38d2d2695 re-implement it in shell 2009-06-08 11:20:30 -04:00
Eliot Horowitz
f17f26a629 update vstudio js code 2009-06-08 10:57:35 -04:00
Eliot Horowitz
2536e9eae0 actual test for group 2009-06-08 10:56:27 -04:00
Eliot Horowitz
d5122c9b90 change Map to use Map.get Map.put Map[] won't work
more tests for group
2009-06-08 10:54:55 -04:00
Eliot Horowitz
b6e455fd69 fix type() for Array 2009-06-08 10:54:08 -04:00
Eliot Horowitz
a5bbcaa94b fix eval returning Array 2009-06-08 10:53:50 -04:00
Eliot Horowitz
fd40d6348d broken unit test for query optimizer 2009-06-06 22:53:43 -04:00
Eliot Horowitz
5be38d339c assert.lt and assert.gt 2009-06-06 22:53:16 -04:00
Eliot Horowitz
786ab44143 fix mem leak 2009-06-06 22:47:53 -04:00
Dwight
82c3423a64 Merge branch 'master' of git@github.com:mongodb/mongo 2009-06-05 17:13:11 -04:00
Dwight
573c3e419b cleanup of update() before fixing dup keys issue there 2009-06-05 17:12:49 -04:00
Aaron Staple
1fd840fd64 BUG SERVER-92 $all scan only one key in index 2009-06-05 12:13:49 -04:00
Eliot Horowitz
5514c49e39 make lognoquiet and make --quit not print connect/disconnect 2009-06-05 10:35:04 -04:00
Eliot Horowitz
e5126fee80 try to fix windows compile 2009-06-05 10:34:50 -04:00
Eliot Horowitz
071e9c39a7 .group works on collection as well as db 2009-06-05 10:05:33 -04:00
Eliot Horowitz
d2bbdd7941 BinData for spider monkey SERVER-97 2009-06-05 09:54:35 -04:00
alanw
6d446d4e6d Fixed unix compile error 2009-06-04 22:58:08 +01:00
Eliot Horowitz
e9d5faa697 typo MINOR 2009-06-04 17:10:21 -04:00
Eliot Horowitz
8ecbcf0515 Merge branch 'master' of git@github.com:mongodb/mongo 2009-06-04 17:04:43 -04:00
Eliot Horowitz
531425968d ubuntu sm hack MINOR 2009-06-04 17:04:30 -04:00
Eliot Horowitz
33181727d2 make collection print in the shell nicely 2009-06-04 17:01:56 -04:00
Dwight
51801d01d6 Merge branch 'master' of git@github.com:mongodb/mongo 2009-06-04 14:56:02 -04:00
Dwight
a9f4598e25 just comments todo on update dup keys MINOR 2009-06-04 14:55:41 -04:00
Eliot Horowitz
ef6a52d21f make assert.eq more strict MINOR 2009-06-04 13:52:36 -04:00
Eliot Horowitz
09ed6277ba some tests for _indexSpec MINOR 2009-06-04 13:52:27 -04:00
Eliot Horowitz
743b80882d better error message 2009-06-04 13:46:22 -04:00
Eliot Horowitz
56b5ce2229 broken test MINOR 2009-06-04 13:33:07 -04:00
Eliot Horowitz
8740cf7259 Merge branch 'master' of git@github.com:mongodb/mongo 2009-06-04 12:23:56 -04:00
Eliot Horowitz
ac0cebb3d0 fix shell var SERVER-95 2009-06-04 12:22:26 -04:00
Dwight
9afdf77174 Merge branch 'master' of git@github.com:mongodb/mongo 2009-06-04 12:06:28 -04:00
Dwight
56b2d01f36 better error detection when max namespaces reached 2009-06-04 12:05:40 -04:00
Eliot Horowitz
2b18fa428c made test more clear MINOR 2009-06-04 11:44:30 -04:00
Eliot Horowitz
4c3e7dac60 fix *nix compile MINOR 2009-06-04 09:03:09 -04:00
Eliot Horowitz
27f84df31f add util/ntservice.cpp for windows MINOR 2009-06-04 08:56:51 -04:00