0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-29 16:47:28 +01:00
Commit Graph

419 Commits

Author SHA1 Message Date
Mathias Stearn
225173bb31 FindAndModify command SERVER-459 2009-12-30 20:08:43 -05:00
Aaron
bf9e214caf Merge branch 'master' of github.com:mongodb/mongo 2009-12-29 20:01:43 -08:00
Aaron
c1d105d076 MINOR uassert on connect/login failure 2009-12-29 19:07:44 -08:00
Aaron
33cd7bc1e1 SERVER-470 complete setup for parallel clients in separate js scopes 2009-12-29 19:01:10 -08:00
Aaron
8573d53da7 SERVER-470 MINOR abstract shell init functionality so v8_utils need not link with shell 2009-12-29 18:27:49 -08:00
Aaron
d1e3f2afe5 SERVER-470 MINOR use return value to check in assert.parallelTests 2009-12-29 18:04:57 -08:00
Aaron
978582f803 SERVER-470 MINOR Refactor shell scope init code 2009-12-29 17:38:29 -08:00
Aaron
aece98652e SERVER-470 allow shell threads to be run in fresh scopes 2009-12-29 17:29:24 -08:00
Eliot Horowitz
758cd7350d configure "slow" queries
either --slowms on the command line
or through setProfilingLevel
SERVER-457
2009-12-29 14:48:42 -05:00
Eliot Horowitz
a3a0bc64f9 Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-28 16:44:07 -05:00
Eliot Horowitz
0ab8149a8e uassert/massert take error code SERVER-112 2009-12-28 16:43:43 -05:00
Aaron
548fc0f895 MINOR put helper in assert namespace 2009-12-28 13:16:47 -08:00
Aaron
df5dbd3a34 Merge branch 'master' of github.com:mongodb/mongo 2009-12-28 13:09:09 -08:00
Aaron
ad6c3d4132 SERVER-470 add runParallelTests helper, improve insert test 2009-12-28 13:05:11 -08:00
Eliot Horowitz
a7f5b115d9 doc 2009-12-28 13:10:39 -05:00
Eliot Horowitz
1c4f05b3bd add dropTarget option to renameCollection SERVER-487 2009-12-28 13:09:44 -05:00
Aaron
791cc89fcc Merge branch 'master' of github.com:mongodb/mongo 2009-12-22 17:59:59 -08:00
Aaron
d70db47d96 SERVER-470 unlock v8 appropriately so can do work in parallel 2009-12-22 15:08:17 -08:00
Aaron
7dcfe01698 SERVER-470 added fork()/Thread() to v8 engine- 2009-12-22 14:32:45 -08:00
Dwight
62522b905b new killOp(opnumber) 2009-12-22 15:22:37 -05:00
Aaron
e7e790ee96 SERVER-446 implement keySet w/o array comprehension, since v8 doesn't support that 2009-12-21 11:34:02 -08:00
Aaron
81b7e051b2 SERVER-446 js implementation of keySet() 2009-12-21 11:21:25 -08:00
Eliot Horowitz
92bc50cff1 split server test code out from general js code SERVER-472 2009-12-18 16:53:44 -05:00
Eliot Horowitz
ce3f73a645 getLastErrorCmd 2009-12-18 16:53:27 -05:00
Aaron
beb2fcafd0 MINOR prevent quite unlikely potential port ordering race condition 2009-12-10 09:08:37 -08:00
Eliot Horowitz
a4a4fc0a58 better update docs 2009-12-09 21:29:59 -05:00
Aaron
378e3ee276 SERVER-85 converted repl tests to use new frameworks and small files- 2009-12-09 17:38:48 -08:00
Eliot Horowitz
3b6ad70940 fail faster on crappy input 2009-12-08 15:14:00 -05:00
Dwight
7c5992dbea fix shutdownServer in shell to show returend error msg 2009-11-30 11:18:41 -05:00
Eliot Horowitz
0fb7289f3a refactoring/cleaning of drop/dropDatabase/removeshard 2009-11-24 17:28:57 -05:00
Eliot Horowitz
a46dbe3dae getShardVersion in mongos - diagnostic tools 2009-11-24 15:24:41 -05:00
Eliot Horowitz
8f1aea304a bad git commit 2009-11-24 13:21:38 -05:00
Eliot Horowitz
0254bf6cf0 google profiler 2009-11-24 13:08:36 -05:00
Eliot Horowitz
ea24725b8e some command cleaning and query for distinct SERVER-437 2009-11-24 09:41:33 -05:00
Eliot Horowitz
14a6e978ba is this really waht broke? 2009-11-23 10:22:31 -05:00
Eliot Horowitz
6ecbbdebb7 sync before going straight to mongod 2009-11-23 08:59:46 -05:00
Eliot Horowitz
1c136572d6 better error message 2009-11-19 21:40:11 -05:00
Eliot Horowitz
420a7e51f0 db.printShardingStatus 2009-11-19 10:07:59 -05:00
Eliot Horowitz
d0958dc115 made count command take optional size/limit params
and added size() method to js query object
SERVER-417
2009-11-12 14:27:18 -05:00
Eliot Horowitz
123cd0eb67 optional params for map function SERVER-401 2009-11-10 15:43:51 -05:00
Eliot Horowitz
a2b6209692 Array.avg Array.stdDev 2009-11-09 22:25:37 -05:00
Eliot Horowitz
76d849e090 fix drop fallout 2009-11-09 13:10:30 -05:00
Eliot Horowitz
f6d0668141 drop() support for sharded collections SHARDING-36 2009-11-09 12:42:20 -05:00
Eliot Horowitz
697ce04a25 some utils for printing out sharding info 2009-11-06 13:55:00 -05:00
Eliot Horowitz
4a20517a71 Array.sum 2009-11-05 16:14:25 -05:00
Eliot Horowitz
01c85879b1 some simple optimiziations 2009-11-04 14:48:36 -05:00
Eliot Horowitz
ccd4f09387 cleaning sharding tests 2009-11-02 15:30:12 -05:00
Eliot Horowitz
d9f5e91892 don't do magic ctrl-c handling on freebsd SERVER-399 2009-11-01 20:18:37 -05:00
Eliot Horowitz
3eb4295ae9 helpers for distinct/mapReduce 2009-10-27 11:52:37 -04:00
Eliot Horowitz
a361b49376 a basic repl test that just ensures master/salve are the same - multi update test as well SERVER-268 2009-10-26 14:32:20 -04:00