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

531 Commits

Author SHA1 Message Date
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
Eliot Horowitz
165b9c3ea5 write ops can't return or getLastError won't be called 2010-03-01 10:27:19 -05:00
Eliot Horowitz
2ea2c01ba5 exit; should exit shell SERVER-683 2010-03-01 10:24:28 -05:00
Eliot Horowitz
8d3801a3b7 oops - forgot to commit this 2010-02-28 21:10:38 -05:00
Eliot Horowitz
c85b784793 start of SyncClusterConnection tests 2010-02-28 20:40:36 -05:00
Eliot Horowitz
63b5f7e470 update vstudio js file 2010-02-28 13:52:33 -05:00
Eliot Horowitz
0e10fb3768 cleaning test code 2010-02-28 13:51:34 -05:00
Eliot Horowitz
11b9ab758c scaling on collstats 2010-02-27 12:11:41 -05:00
Eliot Horowitz
dd19206172 batchSize option for js and c++ 2010-02-27 11:16:26 -05:00
Aaron
5d59f64469 don't run test that checks profiling level in parallel 2010-02-25 23:30:59 -08:00
Eliot Horowitz
329423dbc0 edge case fix 2010-02-26 00:06:26 -05:00
Dwight
c502a5cd72 shell fix
really have to rename local.oplog.$main sometime
2010-02-25 17:28:19 -05:00
Eliot Horowitz
e0b1d9f763 db.foo.runCommand for running commands with a collection name 2010-02-24 13:12:37 -05:00
Mathias Stearn
78a9a1fab0 remove debugging lines 2010-02-23 21:35:40 -05:00
Mathias Stearn
46faa56d94 Don't quote args without spaces on windows 2010-02-23 21:02:58 -05:00
Mathias Stearn
2fcc53a5e4 debugging for windows buildbot 2010-02-23 18:29:11 -05:00
Aaron
211ae74188 SERVER-661 shell keeps going if can't get its uri - to be compatible with 1.2 2010-02-23 13:54:34 -08:00
Mathias Stearn
d065d1bd72 Include index info in collstats command 2010-02-22 22:16:13 -05:00
Mathias Stearn
a561c31a23 Database-wide dbstats command SERVER-596 2010-02-22 21:23:20 -05:00
Aaron
3dfbf854da SERVER-643 prevent test failures involving mongobridge, be more careful about potentially reused uris 2010-02-22 12:45:58 -08:00
Aaron
cd1dfe32b0 Revert "Revert "SERVER-305 record uri on connect""
This reverts commit 149248b4eb.
2010-02-22 12:08:54 -08:00
Aaron
149248b4eb Revert "SERVER-305 record uri on connect"
This reverts commit ae80a66ff8.
2010-02-22 11:40:47 -08:00
Aaron
ae80a66ff8 SERVER-305 record uri on connect 2010-02-22 10:32:55 -08:00
Mike Dirolf
fa4eddeba7 minor: help text 2010-02-22 11:01:20 -05:00
Aaron
56150cc727 SERVER-305 shell kills in progress operations on clean exit 2010-02-17 17:06:54 -08:00
Eliot Horowitz
8fbc9c34ac move dummy createDirectClient 2010-02-17 11:03:29 -05:00
Aaron
243bb5d052 SERVER-623 play well with other tests 2010-02-16 21:18:54 -08:00
Aaron
241ec02cae SERVER-623 specify fastsync on both nodes to eliminate slow oplog scan by new pair master 2010-02-16 20:50:55 -08:00
Aaron
7ed81cdf6b SERVER-579 support copyDatabase from source running with security 2010-02-16 15:20:35 -08:00
Aaron
2b7dd6ad05 SERVER-623 work old boost 2010-02-16 11:51:51 -08:00
Aaron
ee1eb4a1c2 increase raw mongo program output limit 2010-02-16 11:29:34 -08:00
Aaron
0ef13aa1d6 SERVER-623 basic test from snapshot 2010-02-16 10:42:47 -08:00
Eliot Horowitz
4f16871628 diagnosic method to just get index keys 2010-02-16 11:37:47 -05:00
Mathias Stearn
7e2be82e21 Add _isWindows() to fix failing tests 2010-02-13 12:37:00 -05:00
Mathias Stearn
51ebf0fc74 --safeshell compile-time option to remove dangerous functions SERVER-605 2010-02-12 22:22:00 -05:00
Mathias Stearn
8294bd2d64 runProgram() shell function SERVER-605 2010-02-12 22:17:31 -05:00
Mathias Stearn
07dea15c92 More cleanup of MongoProgramRunner 2010-02-12 22:17:31 -05:00
Mathias Stearn
61578bdf8f Clean up MongoProgramRunner path munging 2010-02-12 22:17:31 -05:00
Mathias Stearn
0bf045c2e1 remove some manual free()s and mixed new/free() 2010-02-12 22:17:31 -05:00
Mathias Stearn
1799de1152 remove debugging statements 2010-02-12 22:17:30 -05:00
Eliot Horowitz
e310776ecf make chunk size configurable and default 200mb 2010-02-12 15:27:43 -05:00