Commit Graph

122 Commits

Author SHA1 Message Date
dwight
2470913c70 change to NullStream 2009-09-03 13:11:30 -04:00
Eliot Horowitz
644df81d21 Merge branch 'master' of git@github.com:mongodb/mongo 2009-09-01 17:29:39 -04:00
Eliot Horowitz
e8d20f47ac count of missing namespace returns 0 2009-09-01 17:28:15 -04:00
Dwight
7172529835 some help for commands 2009-09-01 16:23:56 -04:00
Dwight
777c1883c3 Merge branch 'master' of git@github.com:mongodb/mongo 2009-09-01 16:03:41 -04:00
Dwight
10fc695870 small help text change 2009-09-01 16:03:23 -04:00
Eliot Horowitz
3ee681be36 more name changes in sharding 2009-09-01 12:17:41 -04:00
Dwight
6a8b0363d9 cleanup 2009-08-25 16:14:55 -04:00
Dwight
879e7b153e more CmdLine object 2009-08-25 14:35:22 -04:00
Eliot Horowitz
9328ab884e put number of bits in buildinfo 2009-08-24 16:35:20 -04:00
Eliot Horowitz
1f08223ab7 make shell use group cmd by default (can use groupeval if you want)
fix group where no key specified
2009-08-24 11:59:00 -04:00
Dwight
bedc9f2ceb Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-24 11:43:11 -04:00
Dwight
f67e06ba64 improve help for group()

2009-08-24 11:42:15 -04:00
Eliot Horowitz
1681f080f0 better error message for reduce failure MINOR 2009-08-24 11:07:44 -04:00
Eliot Horowitz
a9dc788da1 put capped info into stats 2009-08-21 17:05:19 -04:00
Eliot Horowitz
1a09d3a722 fix windows groupcmd - assert is often overriden - be careful 2009-08-19 15:42:18 -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
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
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
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
d804f7f3ee add collstats command SERVER-215 2009-08-12 13:53:52 -04:00
Eliot Horowitz
de9543ff4d cleaner drop debugging 2009-08-06 11:54:30 -04:00
Dwight
bc480966e5 Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-06 11:37:56 -04:00
Dwight
4875e282d1 better error message on drop() 2009-08-06 11:37:33 -04:00
Eliot Horowitz
79be4b64a3 clean up dbexit with an ExitCode enum SERVER-183 2009-08-05 16:00:27 -04:00
Dwight
85e8f71c1c fixed bug SERVER-118 multikey duplicate results from queries 2009-07-07 13:17:53 -04:00
Eliot Horowitz
93cb815b70 add nice version to buildinfo 2009-06-25 16:51:46 -04:00
Dwight
4a64d52c9c BUG SERVER-79
ports variable wasn't thread safe
2009-06-01 14:20:49 -04:00
Aaron
7552a7ccb5 fix op logging for collection creation and for convertToCapped 2009-05-21 11:07:11 -04:00
Aaron
2117aef610 add convertToCapped command 2009-05-18 16:25:17 -04:00
Aaron
e57cb387c4 add cloneCollectionAsCapped command 2009-05-18 13:25:30 -04:00
Aaron
f0363bef0d refactor dropCollection 2009-05-11 10:45:10 -04:00
Aaron
10c985419f median key handle empty range correctly 2009-05-06 14:22:44 -04:00
Aaron
3e1660cc62 make max bound of datasize command exclusive 2009-05-06 14:09:25 -04:00
Aaron
acd242b8f1 make max bound of medianKey exclusive 2009-05-06 14:06:43 -04:00
Aaron
0189992754 allow specification of inclusivity of index end key 2009-05-06 13:56:01 -04:00
Aaron
09938a0351 don't clone empty dbs 2009-05-01 12:18:17 -04:00
Aaron
a229845ceb more flexibility and sanity checks for min/max query specs 2009-04-30 17:36:25 -04:00
Aaron
af59c4ea9e core implementation of min/max query parameters 2009-04-30 16:25:36 -04:00
Aaron
b1cc3f6223 add _id index automatically, don't allow it to be deleted 2009-04-20 18:40:38 -04:00
Aaron
a3e5b256bd make 'buildinfo' command admin only 2009-04-20 16:06:02 -04:00
Eliot Horowitz
8e11ec7a1c Merge branch 'master' of git@github.com:mongodb/mongo 2009-04-20 14:45:49 -04:00
Eliot Horowitz
458617399d add numObjects to datasize 2009-04-20 14:45:45 -04:00
Aaron
716a7b49bf add 'buildinfo' command to get mongod compile information 2009-04-20 14:23:42 -04:00
Aaron
12fee00fbb add totalSize to listDatabases output 2009-04-17 13:33:44 -04:00
Eliot Horowitz
db0cf082ec fix help for datasize 2009-04-15 22:16:09 -04:00
Aaron
ae7a3ccbb7 sanity checks for deleting indexes MINOR 2009-04-07 14:26:55 -04:00
Aaron
211da8fada drop command now deletes indexes first 2009-04-07 14:24:16 -04:00