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

3499 Commits

Author SHA1 Message Date
Eliot Horowitz
61ecff1e95 update visual studio js code 2009-08-19 12:10:57 -04:00
Eliot Horowitz
19c885c5a8 better error handling 2009-08-19 12:10:32 -04:00
Eliot Horowitz
e57376179d forgot to change a name 2009-08-19 12:04:26 -04:00
Eliot Horowitz
fcf1ca0afa make a group cmd that takes the same arguments as old db.eval version
still using js reduce function, but considerably faster
2009-08-19 11:51:16 -04:00
Eliot Horowitz
9ce02334be couple of small optimizations 2009-08-19 11:49:21 -04:00
Eliot Horowitz
1e689145e6 couple of helpers MINOR 2009-08-19 11:32:08 -04:00
Eliot Horowitz
1276607224 dont close lockfile if couldn't open SERVER-244 2009-08-19 07:02:30 -04:00
Eliot Horowitz
e481e6385a fix relative include SERVER-242 2009-08-19 05:27:20 -04:00
Eliot Horowitz
2869e47ae3 after 0.9.9 2009-08-18 14:22:35 -04:00
Eliot Horowitz
cd0bf23e74 BUMP 0.9.9 2009-08-18 13:00:30 -04:00
dwight
740318b133 isMaster() - still wasn't right 2009-08-17 21:46:18 -04:00
dwight
4b4efd2e48 Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-17 17:33:29 -04:00
dwight
bc50b778cf fix isMaster() broken earlier today 2009-08-17 17:33:04 -04:00
Eliot Horowitz
66d2680083 Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-17 16:55:07 -04:00
Eliot Horowitz
92820c7cfb getLastError output for writes SERVER-240 2009-08-17 16:54:47 -04:00
dwight
1a700c121e better error msg on unit test 2009-08-17 16:48:17 -04:00
dwight
a6cd2c4794 fix compile of unit tests 2009-08-17 16:45:34 -04:00
dwight
4120dfc568 fix checks that operations cannot be performed on slaves; also, allow read operations on
--slave instances (but not repl pair nonmasters)
2009-08-17 16:13:13 -04:00
dwight
8a145572a5 Merge branch 'master' of git@github.com:mongodb/mongo
Conflicts:

	db/jsobj.cpp
2009-08-17 11:59:52 -04:00
dwight
8f33a37dce some comments and also simple unit tests for simpleRegex() 2009-08-17 11:58:18 -04:00
Eliot Horowitz
20ef2dbf68 a couple of more unit tests for simpleregex index filtering 2009-08-17 11:19:02 -04:00
Eliot Horowitz
8ad153d631 fix return of simpleRegex MINOR 2009-08-17 10:51:23 -04:00
Eliot Horowitz
3c93f8e575 fixed BSONElement::simpleRegex and changed return to a string. this fixes SERVER-239 2009-08-17 10:46:44 -04:00
Eliot Horowitz
3c651482c4 shared_ptr support for log() 2009-08-17 10:46:19 -04:00
Eliot Horowitz
0e8de9950b broken regex index test 2009-08-17 10:05:14 -04:00
Eliot Horowitz
2627b365fe debugging for posible issue MINOR 2009-08-16 20:31:17 -04:00
Eliot Horowitz
b2d07883fa uassert instead assert for bad eval thing 2009-08-16 13:30:51 -04:00
Eliot Horowitz
bf34e9dec6 look local dir for libs first SERVER-238 2009-08-15 23:39:36 -04:00
Eliot Horowitz
e11d9c7efb db.version() for server version and in help SERVER-200 2009-08-14 17:55:17 -04:00
Michael Stephens
752a747df8 don't grab extra stuff with sub-object selectors
Signed-off-by: Eliot <eliot@10gen.com>
2009-08-15 03:30:59 +08:00
Eliot Horowitz
cdff2417cb 0.9.8+ 2009-08-14 15:17:23 -04:00
Eliot Horowitz
443594f175 better error check for $ check MINOR 2009-08-14 15:10:07 -04:00
Eliot Horowitz
75a58367af windows fix MINOR 2009-08-14 14:29:59 -04:00
Eliot Horowitz
66637b35da BUMP 0.9.8 2009-08-14 14:25:55 -04:00
Eliot Horowitz
4f1bf94a5e increase timeout to start mongod MINOR 2009-08-14 13:50:28 -04:00
Eliot Horowitz
de170c2bba clean up assert code MINOR 2009-08-14 13:33:45 -04:00
Eliot Horowitz
acccbc1b19 a little more lenient on timing 2009-08-14 13:24:02 -04:00
Eliot Horowitz
bc193c4f59 noprealloc for sharding tests for speed MINOR 2009-08-14 13:03:02 -04:00
Eliot Horowitz
115e9e42e1 better file handling in shell 2009-08-14 11:06:10 -04:00
Eliot Horowitz
974d710128 cleaning install stuff - adding tiger info 2009-08-14 10:55:52 -04:00
Eliot Horowitz
c04c03474c fix os-x 64 bit dependencay issue 2009-08-13 22:44:55 -04:00
Dwight
062e60a661 cleaning MINOR 2009-08-13 13:26:47 -04:00
Dwight
03a3531a42 Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-13 13:26:20 -04:00
Dwight
f0c2c8003f don't allow dropping an index $ collection
http://jira.mongodb.org/browse/SERVER-217
2009-08-13 13:26:03 -04:00
Eliot Horowitz
9f0fde9d31 clean warning MINOR 2009-08-13 13:25:19 -04:00
Dwight
e6258aaa47 Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-13 12:28:48 -04:00
Dwight
02959549f2 elim warning windows 2009-08-13 12:28:30 -04:00
Aaron Staple
1fa6ea3b53 Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-12 17:46:32 -04:00
Aaron Staple
2f3398e6cc SERVER-149 implement $exists 2009-08-12 17:45:29 -04:00
Eliot Horowitz
38bb9b15c2 when doing a dump from a replica pair, do it from the slave SERVER-169 2009-08-12 16:55:18 -04:00