0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
Commit Graph

5473 Commits

Author SHA1 Message Date
Eliot Horowitz
662af52550 more info in collstats 2010-02-07 10:38:23 -05:00
Eliot Horowitz
df9e034ad3 add _id to system. collections if they are legal client namespaces 2010-02-07 02:04:19 -05:00
Eliot Horowitz
4afc973c3e attempt to fix weird index issue 2010-02-07 01:58:31 -05:00
Eliot Horowitz
6c6d40a375 moving some globals into a common file 2010-02-07 01:38:54 -05:00
Eliot Horowitz
efc3bd2a93 handle read-only lock case 2010-02-07 01:28:36 -05:00
Eliot Horowitz
85000c0649 fix mongod.lock check to differentiate between old lock file and 2 mongod 2010-02-07 01:21:28 -05:00
Eliot Horowitz
1342db6674 clean up scope from things removed from system.js SERVER-602 2010-02-07 01:10:12 -05:00
Eliot Horowitz
656cd3a9f4 make sure have _id index on system.js SERVER-609 2010-02-07 00:49:47 -05:00
Aaron
1d562aeb9b SERVER-595 be sure to release mutex in corner case when scan from beginning 2010-02-06 14:56:48 -08:00
Eliot Horowitz
7c48eed652 better btree assert 2010-02-06 14:45:58 -05:00
Eliot Horowitz
cc3f8770ef assert checking for _Id lookup 2010-02-06 10:47:30 -05:00
Mathias Stearn
a39d197a5a Plug large memory leak in mongos SHARDING-77 2010-02-05 18:08:10 -05:00
Mathias Stearn
2dad09f2f7 -fstack-check doesn't play nice with valgrind 2010-02-05 18:08:10 -05:00
Richard Kreuter
ce1ab23ce7 Have the upstart init script use the config file. MINOR 2010-02-05 17:21:56 -05:00
Richard Kreuter
5c5fd56640 Try again at installing mongodb.conf in .deb packages MINOR 2010-02-05 16:45:40 -05:00
Richard Kreuter
294df23c00 Merge branch 'makedist' 2010-02-05 16:15:29 -05:00
Richard Kreuter
07e4c44edc Many changes to makedist.py; set modes on frob_version, makedist. MINOR 2010-02-05 16:15:01 -05:00
Richard Kreuter
5db24d2088 Merge branch 'master' of github.com:mongodb/mongo 2010-02-05 13:30:27 -05:00
Richard Kreuter
14567ea1f0 Fix munged version numbers in debian/changelog MINOR 2010-02-05 13:30:07 -05:00
Eliot Horowitz
41e4488df2 Merge branch 'master' of git@github.com:mongodb/mongo 2010-02-05 13:24:38 -05:00
Eliot Horowitz
4786c923f8 fix test 2010-02-05 13:24:19 -05:00
Richard Kreuter
811c90a901 Merge branch 'makedist' 2010-02-05 13:15:49 -05:00
Richard Kreuter
4a56c1577f Fix whitespace errors in debian/changelog. MINOR 2010-02-05 13:09:49 -05:00
Richard Kreuter
ced703196e Merge branch 'master' of github.com:mongodb/mongo 2010-02-05 12:45:35 -05:00
Eliot Horowitz
af5fe539b8 cleaner debugging MINOR 2010-02-05 12:45:05 -05:00
Richard Kreuter
7f54e6e2a9 Merge branch 'makedist' 2010-02-05 12:44:50 -05:00
Richard Kreuter
5a7dd69695 Add a changelog entry, so that maybe debsign will work. MINOR 2010-02-05 12:44:12 -05:00
Eliot Horowitz
7674785f2f check for read lock and read only doesn't work on old versions of boost 2010-02-05 12:44:08 -05:00
Eliot Horowitz
8cee590ebb Merge branch 'master' of git@github.com:mongodb/mongo 2010-02-05 12:44:06 -05:00
yellow
5d823a9049 add assert messages 2010-02-05 12:43:37 -05:00
Eliot Horowitz
68eae18d00 slight _id query plan optimization 2010-02-05 12:02:01 -05:00
Richard Kreuter
c9bd589e57 Comment out the mongodb.conf install for now. MINOR 2010-02-05 11:35:51 -05:00
Richard Kreuter
7fba165329 Change maintainer field in debian/control so that debsign might work. MINOR 2010-02-05 11:31:17 -05:00
Richard Kreuter
46db8f7559 Create a mongodb.conf on Debianoids MINOR 2010-02-05 11:30:44 -05:00
Eliot Horowitz
c0314c9c65 --quiet surpresses sleep message 2010-02-05 10:53:22 -05:00
Richard Kreuter
db1f3a7914 More changes to frob_version.py for python 2.5 MINOR 2010-02-05 09:47:21 -05:00
Richard Kreuter
116bd9e645 Many changes to makedist.py MINOR 2010-02-05 09:07:43 -05:00
Richard Kreuter
6fe52c51ad Make frob_version.py work on Python 2.5. 2010-02-05 09:07:43 -05:00
Eliot Horowitz
dff4eb0fa3 fix recursive read lock with profiling 2010-02-05 01:09:56 -05:00
Eliot Horowitz
52427e60eb debugging MINOR 2010-02-04 22:51:57 -05:00
Eliot Horowitz
de8efe0a2a Merge branch 'master' of github.com:mongodb/mongo 2010-02-04 22:04:44 -05:00
Eliot Horowitz
b0ce7bb204 slight change to what _active means 2010-02-04 22:04:32 -05:00
Aaron
e5a49e306f SERVER-228 update test t now that we don't exit when disk is full 2010-02-04 19:01:48 -08:00
Eliot Horowitz
ae5e03de12 fix madvise if 2010-02-04 21:32:38 -05:00
Dwight
b2a360229b Merge branch 'master' of git@github.com:mongodb/mongo 2010-02-04 18:06:50 -05:00
Dwight
a84fc5843a rename storage.h -> diskloc.h 2010-02-04 18:06:04 -05:00
Eliot Horowitz
1916d9347a Merge branch 'master' of git@github.com:mongodb/mongo 2010-02-04 17:24:33 -05:00
Eliot Horowitz
caadcee6f9 ifdef madvise 2010-02-04 17:24:22 -05:00
Dwight
04e0939289 Merge branch 'master' of git@github.com:mongodb/mongo 2010-02-04 17:17:29 -05:00
Dwight
87d7f0a48f compile win 2010-02-04 17:17:09 -05:00