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

6022 Commits

Author SHA1 Message Date
Eliot Horowitz
d3c36d8e6c debugging for SERVER-749 2010-03-15 15:29:38 -04:00
Aaron
6d8e0f047e SERVER-615 debugging 2010-03-15 10:30:11 -07:00
Aaron
f097370033 SERVER-695 add StaticObserver to more binaries 2010-03-15 10:02:12 -07:00
Aaron
c457973dc6 SERVER-695 expose boost object to work better with older boost versions 2010-03-15 09:56:10 -07:00
Aaron
c971842a55 Revert "Revert "SERVER-695 don't destroy static global mutexes""
This reverts commit eb7cde3e75.

Conflicts:

	db/instance.h
2010-03-15 09:42:01 -07:00
Eliot Horowitz
31330598f5 don't replicate mr temp tables SERVER-746 2010-03-15 12:29:14 -04:00
Eliot Horowitz
8158e35cc0 fix diaglog 2010-03-15 12:22:23 -04:00
Eliot Horowitz
6f78338941 fixing 2010-03-15 11:36:31 -04:00
Eliot Horowitz
3c7fed91e5 track progress of m/r in db.currentOp or web console SERVER-590 2010-03-15 11:26:56 -04:00
Eliot Horowitz
2cf067a11f Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-15 11:18:52 -04:00
Eliot Horowitz
0d779a3fa8 can get progress of index creation through db.currentOp and web console SERVER-707 2010-03-15 11:18:08 -04:00
Richard Kreuter
f39aec7867 Add mongostat manpage; include mongostat in RPM. 2010-03-15 10:02:07 -04:00
Eliot Horowitz
6c250b7c23 m/r memory optimizations 2010-03-14 01:18:14 -05:00
Eliot Horowitz
f927ace9d1 explain has difference between btree scanned and objects loaded SERVER-702 2010-03-14 00:36:13 -05:00
Eliot Horowitz
8b8bd9a34c fix v8 _id 2010-03-13 13:41:31 -05:00
Eliot Horowitz
c42ae951e7 more geo asserts 2010-03-13 11:40:42 -05:00
Eliot Horowitz
71da97dd22 DEB debugging to make sure we don't have unknown write lockers 2010-03-12 23:09:51 -05:00
Eliot Horowitz
43b2fab5cd fix explain for _id lookup SERVER-468 2010-03-12 15:58:21 -05:00
Eliot Horowitz
be63c9ca50 add time to mongostat 2010-03-12 15:49:21 -05:00
Eliot Horowitz
22f1dc6204 fix shell _id moving SERVER-438 2010-03-12 15:19:33 -05:00
Eliot Horowitz
0797f88800 use BSONObj for params so order is preserved 2010-03-12 15:00:01 -05:00
Eliot Horowitz
81ff09077c some sanity tests 2010-03-12 13:56:28 -05:00
Eliot Horowitz
0cbd5b6a37 move CmdLine cmdLine into its own file in prep for other command line work 2010-03-12 12:14:23 -05:00
Eliot Horowitz
ea9cdf79a0 better error message 2010-03-12 12:13:48 -05:00
Eliot Horowitz
5cb4789317 fix boundary geo case SERVER-740 2010-03-12 11:23:15 -05:00
Eliot Horowitz
44057b4e1c windows compile 2010-03-12 10:42:03 -05:00
Eliot Horowitz
74e22e9d73 logRotate command to rotate logs SERVER-740 2010-03-12 10:28:07 -05:00
Eliot Horowitz
0a089d3a8c Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-12 09:39:00 -05:00
Eliot Horowitz
52ae8b64d3 more tests for sync cluster connection 2010-03-11 15:14:11 -05:00
Eliot Horowitz
64ab4a8019 Merge branch 'master' of github.com:mongodb/mongo 2010-03-11 12:25:08 -05:00
Eliot Horowitz
77c164408b move alphabet to .h 2010-03-11 12:24:05 -05:00
Mike Dirolf
0ecf45bf84 minor: helpful error message when unable to acquire dbpath lock in tools 2010-03-11 11:55:10 -05:00
Mike Dirolf
62df0bde11 make help text more explicit 2010-03-11 11:43:48 -05:00
Eliot Horowitz
4557de5376 can't inline isOk 2010-03-11 11:40:27 -05:00
Eliot Horowitz
43ab678aa0 read only command support in ClusterSyncConnection 2010-03-11 11:20:20 -05:00
Eliot Horowitz
f20775afda add lockType to command help 2010-03-11 11:20:10 -05:00
Eliot Horowitz
9add6f1d80 dbhash command SERVER-720 2010-03-11 08:57:00 -05:00
Eliot Horowitz
5986ec8a42 fix test compile 2010-03-10 22:44:51 -05:00
Eliot Horowitz
6ecf847f80 allow re-sorting for geo searches SERVER-730 2010-03-10 22:31:10 -05:00
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