Commit Graph

95 Commits

Author SHA1 Message Date
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
Aaron
6df7d02ce8 Don't create string unless we're actually going to log 2009-02-19 12:03:15 -05:00
Eliot Horowitz
94b7902390 md5 of nothing is the same as md5 of "" 2009-02-18 13:24:43 -05:00
Eliot Horowitz
7412a333fc filemd5 supports root
BugzID: 1165
2009-02-18 13:11:22 -05:00
Eliot Horowitz
b6699b50b3 help for filemd5 2009-02-18 11:29:04 -05:00
dwight
90f39126fc log more on commands 2009-02-18 09:45:49 -05:00
Geir Magnusson Jr
9bd71ee240 dbcommands.cpp : add log() message when a closeAllDatabases message is recieved and run 2009-02-18 09:13:03 -05:00
Aaron
45daee2130 Merge 2009-02-17 11:16:13 -05:00
Aaron
2c1662cc83 Add command closeAllDatabases 2009-02-17 11:11:13 -05:00
Eliot Horowitz
827e76b779 filemd5 command 2009-02-11 10:37:27 -05:00
Aaron
ac5b3fee3f Slave override for listDatabases 2009-02-09 17:22:26 -05:00
Dwight
147948c7b3 doneAndDecouple() -> obj() 2009-02-09 13:04:32 -05:00
Aaron
fc89a866de Add dummy sizeOnDisk for in-memory databases; 1 is Eliot's suggested sentinel value 2009-02-06 16:50:08 -05:00