Commit Graph

107 Commits

Author SHA1 Message Date
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
Aaron
e046f05737 refactor deleteIndex code 2009-04-07 14:21:21 -04:00
Aaron
3c439e5fde add datasize command 2009-04-02 17:29:51 -04:00
Aaron
27653d55a0 refactor median key command 2009-04-02 17:04:05 -04:00
Eliot Horowitz
d1427f7232 errorHandling for median key 2009-03-30 17:12:50 -04:00
Aaron
3dc656ce79 medianKey can choose an index based on fields of min and max 2009-03-27 17:49:00 -04:00
Aaron
790b17c6a6 Add medianKey command 2009-03-27 11:53:47 -04:00
Aaron
f490f01f1c Add information on last update / delete to lastError 2009-03-26 13:45:29 -04:00
Aaron
c27e290116 Support large count and nscanned 2009-03-24 12:12:04 -04:00
Dwight
7165d7369e implemented dropIndexes for alt rec store 2009-03-17 17:02:21 -04:00
Aaron
d33b631a6d Don't release lock before shutdown 2009-03-02 18:32:12 -05:00
Dwight
009c4af298 eliminate old warnings that no longer apply 2009-02-24 16:39:08 -05:00
Dwight
98c8676694 dropcollection now reuses space
dropindex doesn't yet -- coming soon
2009-02-24 13:52:34 -05:00
Eliot Horowitz
3f5102bf27 processinfo class and meminfo command, only works on darwin for the moment 2009-02-20 09:34:25 -05:00
Aaron
89a58c46ad Clean up logging 2009-02-19 15:16:36 -05:00
Aaron
0d08c1ea2e Print help with the other command dispatch function 2009-02-19 15:14:31 -05:00