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

3514 Commits

Author SHA1 Message Date
dwight
b00247a858 --nssize parameter 2009-08-20 15:00:25 -04:00
Eliot Horowitz
7831db0d55 fix subobject selector returning the same object twice 2009-08-20 10:06:47 -04:00
Michael Stephens
45683d835d getMetadata() for GridFile
Signed-off-by: Eliot <eliot@10gen.com>
2009-08-20 10:53:37 +08:00
Michael Stephens
11b657f18d getUploadDate() and getMD5() for GridFile
Signed-off-by: Eliot <eliot@10gen.com>
2009-08-20 08:44:31 +08:00
Eliot Horowitz
e88821d778 Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-19 15:42:44 -04:00
Eliot Horowitz
1a09d3a722 fix windows groupcmd - assert is often overriden - be careful 2009-08-19 15:42:18 -04:00
dwight
4da12ed509 Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-19 14:46:46 -04:00
dwight
f4d875ee00 comments and fix indentation MINOR 2009-08-19 14:46:27 -04:00
Eliot Horowitz
8ff9529512 Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-19 14:02:23 -04:00
Eliot Horowitz
7681d53e0a temp debugging MINOR 2009-08-19 14:02:03 -04:00
eliot
d2ada9eb85 Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-19 13:55:39 -04:00
eliot
b6197c4be8 timing tests are too hard to do across a dozen machines MINOR 2009-08-19 13:53:11 -04:00
Eliot Horowitz
9783eed68d groupcmd handle some weird key cases 2009-08-19 13:18:32 -04:00
Eliot Horowitz
8da2e12652 SPAM MINOR 2009-08-19 12:37:28 -04:00
Eliot Horowitz
59622dbd76 clean groupcmd and make work with empty key 2009-08-19 12:33:06 -04:00
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