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

5982 Commits

Author SHA1 Message Date
Eliot Horowitz
461ccefb2b geo: handle empty collection 2010-03-10 22:18:11 -05:00
Eliot Horowitz
64cf3e2b14 always choose table scan when no options specified 2010-03-10 22:17:52 -05:00
Mathias Stearn
141a94b37a adding db.serverStatus() to db.help() 2010-03-10 14:13:18 -05:00
Aaron
eb7cde3e75 Revert "SERVER-695 don't destroy static global mutexes"
This reverts commit 714ec2fdc8.
2010-03-10 00:39:26 -08:00
Aaron
26b6ffe30a Revert "SERVER-695 older boost too"
This reverts commit d9b3fbe120.
2010-03-10 00:39:12 -08:00
Aaron
d9b3fbe120 SERVER-695 older boost too 2010-03-10 00:18:42 -08:00
Aaron
65fa7f9e16 Merge branch 'master' of github.com:mongodb/mongo 2010-03-09 23:59:26 -08:00
Aaron
714ec2fdc8 SERVER-695 don't destroy static global mutexes 2010-03-09 23:59:10 -08:00
Mathias Stearn
67070a1956 typo MINOR 2010-03-09 21:49:12 -05:00
Mathias Stearn
ae02e61015 fsync shouldn't be a noop on windows SERVER-728 2010-03-09 21:49:12 -05:00
Eliot Horowitz
9172d692cd turn tests back on for SERVER-631 2010-03-09 21:25:33 -05:00
Eliot Horowitz
bca88a8001 use .$ instead of .~ for SERVER-631 2010-03-09 21:24:36 -05:00
Eliot Horowitz
93c286d0d3 Merge branch 'master' of github.com:mongodb/mongo 2010-03-09 21:21:00 -05:00
Eliot Horowitz
493c6bd726 file name change 2010-03-09 21:20:45 -05:00
Aaron
c4b55b2957 SERVER-727 release lock before doing remote auth 2010-03-09 17:03:01 -08:00
Aaron
a91331c1e3 Merge branch 'master' of github.com:mongodb/mongo 2010-03-09 16:20:15 -08:00
Aaron
94479c550f SERVER-645 tailable cursor on capped collections only, won't use indexes 2010-03-09 16:19:51 -08:00
Richard Kreuter
6929e828e5 Make ENABLE_MONGODB's default default be yes on sysvinit systems. SERVER-709 2010-03-09 17:40:21 -05:00
Aaron
2c1c71b311 Merge branch 'master' of github.com:mongodb/mongo 2010-03-09 13:54:36 -08:00
Aaron
57d2a1d901 SERVER-684 refactor findingStart code 2010-03-09 13:54:19 -08:00
Mike Dirolf
a31ec892fe failing test case for SERVER-727 2010-03-09 15:36:54 -05:00
Richard Kreuter
e6b54b81f7 Fix some comments at end of makedist.py. MINOR 2010-03-09 15:30:37 -05:00
Richard Kreuter
06f5b6c13c More stuff for package name mangling in makedist.py. 2010-03-09 15:27:12 -05:00
Richard Kreuter
fd9f37f5b4 More changes for mangling the package name on Debianoids. 2010-03-09 15:26:30 -05:00
Richard Kreuter
c8fb728d2b Changes to makedist.py for mangling the package name. 2010-03-09 15:26:29 -05:00
Richard Kreuter
631f3f59ac Rewrote makedist.py. 2010-03-09 15:26:29 -05:00
Mike Dirolf
08b0a8a0a3 minor: typo 2010-03-09 15:21:47 -05:00
Mike Dirolf
f99e4c1257 if copydb doesn't need fromhost then neither should copydbgetnonce 2010-03-09 15:19:37 -05:00
Aaron
48f68d1f2e Merge branch 'master' of github.com:mongodb/mongo 2010-03-09 11:53:52 -08:00
Aaron
67c299cf51 SERVER-664 elemMatch/all work with query optimizer 2010-03-09 11:53:40 -08:00
Eliot Horowitz
971e7e845c fix auth locking SERVER-724 2010-03-09 14:31:40 -05:00
Mike Dirolf
8285927133 Merge branch 'master' of github.com:mongodb/mongo 2010-03-09 13:42:10 -05:00
Mike Dirolf
329ee5a37f failing test case for SERVER-724 2010-03-09 13:42:04 -05:00
Aaron
6820535ea7 SERVER-322 cleanup 2010-03-09 10:36:10 -08:00
Eliot Horowitz
406ed2dc3f fix idempotency of initial $inc SERVER-717 2010-03-08 23:52:12 -05:00
Eliot Horowitz
91f3fcf6df inc embedded repl fix SERVER-716 2010-03-08 23:33:10 -05:00
Eliot Horowitz
91f1d9db3f Merge branch 'master' of github.com:mongodb/mongo 2010-03-08 23:08:56 -05:00
Aaron
0065a65eaf SERVER-705 make v8 timestamp fields consistent with sm, using number instead of date type 2010-03-08 19:57:06 -08:00
Aaron
29933435e6 SERVER-705 make v8 timestamp fields consistent with sm 2010-03-08 19:51:05 -08:00
Aaron
2133974f5f SERVER-716 add failing test 2010-03-08 19:32:35 -08:00
Aaron
c85601f4e2 SERVER-705 forgot to add test 2010-03-08 18:17:32 -08:00
Aaron
6c7dc2b0f8 SERVER-322 $nin and regex 2010-03-08 18:16:53 -08:00
Aaron
916468b7e7 SERVER-505 with regex 2010-03-08 17:33:47 -08:00
Aaron
f4170e6a86 Merge branch 'master' of github.com:mongodb/mongo 2010-03-08 16:53:55 -08:00
Aaron
6d095cf357 SERVER-322 implement $in with regex 2010-03-08 16:53:45 -08:00
Mathias Stearn
434a2e4b72 Don't require spidermonkey for building client lib SERVER-566 2010-03-08 16:39:23 -05:00
Mathias Stearn
ddc9397431 Don't escape '/' in JSON strings SERVER-713 2010-03-08 16:39:23 -05:00
Aaron
53235fdc36 Merge branch 'master' of github.com:mongodb/mongo 2010-03-08 13:09:10 -08:00
Aaron
df00eaacf5 SERVER-705 exit cleanly from db.cpp instead of instance.cpp 2010-03-08 13:05:40 -08:00
Aaron
cfe99b6363 SERVER-705 check for negative effects of large clock skews, seed last optime using oplog 2010-03-08 12:55:18 -08:00