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

571 Commits

Author SHA1 Message Date
Aaron
5ca456e9d5 add assert.eq.automsg 2010-05-20 10:54:57 -07:00
Mathias Stearn
b5803d8698 Add db.serverCmdLineOpts() to shell 2010-05-15 18:27:26 -04:00
Eliot Horowitz
2dbdcf9e4c don't require constructor to be set SERVER-1118 2010-05-14 10:05:46 -04:00
Mathias Stearn
f99aba9824 $showDiskLoc query option SERVER-1054.
Implementation is a bit ugly. Please code-review and let me know if there is a better way
2010-05-11 19:12:13 -04:00
Eliot Horowitz
7728b70838 fix shell parallle 2010-05-10 11:15:35 -04:00
Eliot Horowitz
a2ddc10462 fix printSlaveReplicationInfo for unsynced state SERVER-1106 2010-05-09 10:19:16 -04:00
Eliot Horowitz
27f8361d4d multi-update yields SERVER-516
also some better parallel tools
2010-05-08 22:05:36 -04:00
Eliot Horowitz
0347f7e728 do collection sorting client side SERVER-1090 2010-05-05 10:00:04 -04:00
Guillaume Delannoy
a8aab6f98a All tools (including shell) take -p should allow it to be blank and do password input SERVER-764 2010-05-04 10:47:20 -04:00
Eliot Horowitz
1e9856247a pretty() option for cursor in shell SERVER-1071 2010-05-03 14:29:31 -04:00
Mathias Stearn
226b6f8ad6 prettier printShardingStatus() 2010-04-29 20:09:10 -04:00
Mathias Stearn
97aa0c2837 Fix printShardingStatus() 2010-04-29 19:50:54 -04:00
Dwight
bd28578ab8 stdafx->pch 2010-04-27 15:27:52 -04:00
Eliot Horowitz
a19e992925 use Shard class instead of string for passing around Shards 2010-04-27 12:32:59 -04:00
Eliot Horowitz
98f7edd4cd compile 2010-04-24 21:42:37 -04:00
Dwight Merriman
d11dad41b7 more compile fix 2010-04-24 14:31:23 -04:00
Eliot Horowitz
32c403d752 control shell batch size DBQuery.shellBatchSize = 2 SERVER-1041 2010-04-23 13:44:59 -04:00
Eliot Horowitz
fdf1d708cf fix parsing 2010-04-22 23:00:10 -04:00
Eliot Horowitz
d8b762a2ea don't pring getLastError on help() 2010-04-21 21:58:00 -04:00
Dwight Merriman
4150161551 rs 2010-04-21 21:19:37 -04:00
Eliot Horowitz
aa1b777c61 database and shard _id is now meaningful 2010-04-21 17:44:07 -04:00
Eliot Horowitz
55e8b26481 basic serverStatus for mongos SERVER-942 2010-04-20 12:58:04 -04:00
Jay Ridgeway
2d818b6e4f Updated db.foo.help() to include name of the db to facilitate copy/paste. 2010-04-20 04:55:21 +08:00
Mathias Stearn
58c3c7857a Nicer printShardingStatus 2010-04-13 21:05:55 -04:00
Mathias Stearn
0efadc48e9 Disable IPv6 by default. Add function and cmdline opt to enable. 2010-04-08 15:15:35 -04:00
Richard Kreuter
19da03b95e Add some doc to setProfilingLevel(). 2010-04-08 14:59:50 -04:00
Mathias Stearn
6e68fe7d70 better handling of IPv6 literal addresses 2010-04-08 00:08:56 -04:00
Eliot Horowitz
f59b5173ea listCommands command and db.listCommands helper 2010-04-03 21:15:00 -04:00
Mathias Stearn
a9382d41f0 Unix socket support (must use --nohttpinterface for now) SERVER-866 2010-04-02 19:26:13 -04:00
Eliot Horowitz
735382978a getLastError w and wtimeout helpers SERVER-467 2010-04-02 15:35:54 -04:00
Eliot Horowitz
67d7d7936b don't print out old getLastError on client error SERVER-852 2010-03-30 13:48:47 -04:00
Eliot Horowitz
f6f734e002 fix compile 2010-03-27 01:03:45 -04:00
Eliot Horowitz
b0d7248aab cleaning 2010-03-27 00:59:17 -04:00
Aaron
07db021d74 SERVER-803 add test 2010-03-22 12:44:45 -07:00
Mike Dirolf
0f7ba87de3 Merge branch 'master' of github.com:mongodb/mongo 2010-03-22 12:07:50 -04:00
Mike Dirolf
c0c57984d9 assert.close just uses difference now (can specify decimal place) - old implementation was brittle for small numbers 2010-03-22 12:07:44 -04:00
Eliot Horowitz
1e6780f844 can use sharding with SyncClusterConnection for 2 phase commit across 3 servers SHARDING-39 2010-03-22 11:47:37 -04:00
Mike Dirolf
d6e3981dc7 fix for assert.close and use assert.close for 0 case in jstests/geob.js 2010-03-22 11:19:50 -04:00
Eliot Horowitz
0bba41a0bb mongos now using boost options SHARDING-82 2010-03-18 12:15:29 -04:00
Aaron
8c69ba521d log message instead of printing stack trace when can't kill ops on shell shutdown 2010-03-17 23:50:57 -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
52ae8b64d3 more tests for sync cluster connection 2010-03-11 15:14:11 -05:00
Eliot Horowitz
43ab678aa0 read only command support in ClusterSyncConnection 2010-03-11 11:20:20 -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
714ec2fdc8 SERVER-695 don't destroy static global mutexes 2010-03-09 23:59:10 -08:00
Aaron
4029955179 SERVER-705 return return code when stopping mongod program 2010-03-08 12:54:39 -08:00
Eliot Horowitz
7f75c1b5f7 try to prevent shutdown stack trace 2010-03-07 14:05:12 -05:00
Eliot Horowitz
677c053850 fix v8 and change lastID thing a bit 2010-03-01 23:16:36 -05:00
Eliot Horowitz
0a8e1f91c8 handle multiple geo indexes with $near SERVER-686 2010-03-01 22:06:30 -05:00