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

6509 Commits

Author SHA1 Message Date
Eliot Horowitz
963ed6cd90 group doesn't use DBDirectClient SERVER-840 2010-03-29 13:07:45 -04:00
Eliot Horowitz
0fb4491d14 Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-29 12:56:10 -04:00
Eliot Horowitz
5b5d73a652 faster distinct SERVER-796 2010-03-29 12:55:44 -04:00
Aaron
71e1d3442c rename test colls to work in parallel mode 2010-03-29 09:36:16 -07:00
Eliot Horowitz
45f8d675d3 make distrinct 50% faster - still need cursor change for another 2x improvement SERVER-796 2010-03-29 11:24:00 -04:00
Eliot Horowitz
b5bc2adc90 catch empty db names early SERVER-821 2010-03-29 10:40:32 -04:00
Eliot Horowitz
df6709a2da fix MessagingPort leaking SERVER-777
From: Guillaume Delannoy <guillaumedelannoy@ymail.com>
Signed-off-by: Eliot Horowitz <eliot@10gen.com>
2010-03-29 10:11:16 -04:00
Eliot Horowitz
1ffe1df423 make sure tools create a LastError object SERVER-839 2010-03-28 17:15:27 -04:00
Eliot Horowitz
35d8abd1c4 Merge branch 'master' of github.com:mongodb/mongo 2010-03-28 00:33:48 -04:00
Eliot Horowitz
21cdef341f better debugging 2010-03-28 00:33:38 -04:00
Eliot Horowitz
e7282bd1ee wrong method name 2010-03-28 00:33:33 -04:00
dwight
f05bae1a2d replacepeer2 attempt 2 may be more robust 2010-03-27 12:37:38 -04:00
dwight
fe8cb18eca replacepeer2.js attempted fix 2010-03-27 12:23:39 -04:00
Eliot Horowitz
aa0f581bf9 make test much more lenient for win 2010-03-27 01:17:32 -04:00
Eliot Horowitz
e79f4a9710 debugging for win 2010-03-27 01:11:43 -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
Eliot Horowitz
2618026380 relax test 2010-03-26 23:59:06 -04:00
Eliot Horowitz
c0f6cf1c90 fix sleepmicros 2010-03-26 23:32:14 -04:00
Eliot Horowitz
7a2ba3526f reset curop in repl thread SERVER-837 2010-03-26 21:38:39 -04:00
Dwight
d9b634eb10 break await loop on shutdown 2010-03-26 16:51:32 -04:00
Eliot Horowitz
07967c616d handle shutdown 2010-03-26 16:48:27 -04:00
Eliot Horowitz
35b3e5c69c Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-26 16:33:23 -04:00
Eliot Horowitz
65d2ac74a8 use god scope for webserver auth 2010-03-26 16:33:12 -04:00
Eliot Horowitz
f680914567 Merge branch 'master' of github.com:mongodb/mongo 2010-03-26 15:30:58 -04:00
Eliot Horowitz
31c9358289 fix array numberic sort order SERVER-833 2010-03-26 15:30:29 -04:00
Dwight
9aacbdcdcf Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-26 14:38:21 -04:00
Dwight
8c0333345a first pass at making replication more realtime 2010-03-26 14:37:31 -04:00
Richard Kreuter
bdcd6683e7 Add an 'exec' in upstart script. SERVER-834 2010-03-26 12:02:25 -04:00
Eliot Horowitz
18149f3c47 forgot to add this test 2010-03-25 16:17:08 -04:00
Eliot Horowitz
c86ea1f913 fix ClientCursor change 2010-03-25 16:16:59 -04:00
Eliot Horowitz
024255e905 Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-25 15:49:24 -04:00
Eliot Horowitz
04f21a1ffe optimize explain() SERVER-830 2010-03-25 15:49:06 -04:00
Dwight
14e61fb619 store queryOptions in ClientCursor in case needed during getMore 2010-03-25 15:42:11 -04:00
Dwight
7772cca678 Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-25 14:18:50 -04:00
Dwight
9ad05c8c93 comment 2010-03-25 14:18:31 -04:00
Kristina Chodorow
a6c0d8735d fixed help text MINOR 2010-03-25 14:01:48 -04:00
Dwight
7a8eafa9ba better name in curop.debug str 2010-03-25 11:49:49 -04:00
Eliot Horowitz
459357d506 fix looping with circle queries for geo 2010-03-25 10:17:51 -04:00
Eliot Horowitz
77dcef5af9 master is now 1.5.x 2010-03-25 01:16:10 -04:00
Eliot Horowitz
a46c77023b variable fudge for double issues 2010-03-24 19:51:43 -04:00
Aaron
0da2c646ab rm compile warning 2010-03-24 09:49:25 -07:00
Eliot Horowitz
b42d93b75a Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-24 10:19:53 -04:00
Eliot Horowitz
2dce721f65 $regex handles RegEx 2010-03-24 10:19:28 -04:00
Aaron
30ccee77aa improve test 2010-03-23 14:51:31 -07:00
Eliot Horowitz
5e78c52f1b better thread safety for DatabaseHolder SERVER-818 2010-03-23 16:38:20 -04:00
Aaron
2928f8b2e7 Merge branch 'master' of github.com:mongodb/mongo 2010-03-23 12:05:01 -07:00
Aaron
5468103d28 SERVER-812 lastError may not be set during shutdown, so clean up failed index before validating lastError 2010-03-23 12:04:54 -07:00
Eliot Horowitz
612763233b need to lock around sm gc() SERVER-817 2010-03-23 14:59:02 -04:00
Eliot Horowitz
8c484cdce8 better sm asserts 2010-03-23 14:51:36 -04:00