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

7764 Commits

Author SHA1 Message Date
Aaron
5a7da23ba5 Merge branch 'master' of github.com:mongodb/mongo 2010-06-22 19:40:05 -07:00
Aaron
0d42eb74d2 SERVER-776 win? 2010-06-22 19:39:16 -07:00
Eliot Horowitz
7c28ff5ebb Merge branch 'master' of github.com:mongodb/mongo 2010-06-22 22:35:42 -04:00
Eliot Horowitz
af1eec7b8c reset slave cache when close local db 2010-06-22 22:35:23 -04:00
Aaron
3ff5fb7612 merge 2010-06-22 19:21:24 -07:00
Aaron
1e61dd92e0 SERVER-776 NumberLong in v8 2010-06-22 19:18:07 -07:00
Aaron
bf36eebd4f SERVER-776 NumberLong in sm 2010-06-22 17:53:11 -07:00
Eliot Horowitz
dba012b665 fix scale of 0 breaking command SERVER-1282 2010-06-22 20:18:30 -04:00
dwight
0f0f8d9326 Merge branch 'master' of github.com:mongodb/mongo 2010-06-22 20:14:37 -04:00
Justin Dearing
1c9093cee7 SConstruct tweaking.
Prints the location of the boost libraries to stdout.
Spelling correction in a comment.
2010-06-23 08:09:49 +08:00
dwight
ec97190113 Merge branch 'master' of github.com:mongodb/mongo 2010-06-22 20:05:25 -04:00
dwight
37bf316844 rs 2010-06-22 20:05:11 -04:00
Aaron
155e38b679 SERVER-1026 handle stacked constraints from in clauses 2010-06-22 15:07:08 -07:00
dwight
68785434eb better shell help 2010-06-22 14:38:43 -04:00
dwight
72c37e610b fix shell help 2010-06-22 14:13:06 -04:00
Eliot Horowitz
c2cc43d8ce defensive - trying to figure out mac issue 2010-06-22 14:04:27 -04:00
Eliot Horowitz
fd974724b9 remove extern 2010-06-22 12:51:43 -04:00
Alberto Lerner
df33cf69bc Correct indentation 2010-06-22 09:08:36 -07:00
Alberto Lerner
a124e197a2 Linux changes timeout parameter 2010-06-22 09:05:32 -07:00
dwight
7664d8e619 not sure why _timeTracker was declared extern but definitely was
breaking windows build.  i changed back.
2010-06-22 10:38:06 -04:00
Eliot Horowitz
14344eeea3 yield based off of scanned and time
ElapsedTracker class for managing (horrible name)
finish SERVER-517
2010-06-22 06:37:49 -04:00
Eliot Horowitz
140d8a4254 fast tracking of rough time passage 2010-06-22 06:08:28 -04:00
Eliot Horowitz
21ad005a96 track elapsed time in Listener 2010-06-22 05:59:44 -04:00
Eliot Horowitz
5e802562dc Merge branch 'master' of github.com:mongodb/mongo 2010-06-22 05:28:58 -04:00
Eliot Horowitz
fd3b8fa7ad don't yield if you're a reader and only other readers are active SERVER-517 2010-06-22 05:27:56 -04:00
Eliot Horowitz
2b251ff7f6 yield on long running queries basics SERVER-517 2010-06-22 05:16:52 -04:00
Eliot Horowitz
9bc5a77b00 better yield times 2010-06-22 05:16:30 -04:00
Erick Tryzelaar
e657acd9dc Fix a typo. 2010-06-22 16:26:56 +08:00
Aaron
8f8a32469c SERVER-1231 passing test 2010-06-21 20:41:29 -07:00
Aaron
f46551260b enhance repair test 2010-06-21 20:38:26 -07:00
Aaron
b543b4a4a8 SERVER-1217 old boost? 2010-06-21 18:13:48 -07:00
Aaron
2353944ea0 SERVER-1217 boost rename doesn't work across partitions, so copy and then delete 2010-06-21 18:01:02 -07:00
Frank DENIS
ab204d9f24 Make MongoDB compile and work on OpenBSD (gcc4 archs, tested on OpenBSD-current/amd64). 2010-06-22 06:49:49 +08:00
Eliot Horowitz
e1e111d05e didn't mean to compile that 2010-06-21 18:28:52 -04:00
dwight
a434fa5191 Merge branch 'master' of github.com:mongodb/mongo 2010-06-22 00:26:20 +02:00
dwight
a38bc950bd compile (windows) 2010-06-22 00:26:08 +02:00
Eliot Horowitz
38f4332418 fix bad result handling SERVER-1275 2010-06-21 17:57:56 -04:00
Eliot Horowitz
462feb5a9f Merge branch 'master' of github.com:mongodb/mongo 2010-06-21 13:41:47 -04:00
Eliot Horowitz
a71cc3cd4b cleaning exceptions 2010-06-21 13:41:34 -04:00
Eliot Horowitz
e42ab71086 stability tests 2010-06-21 13:17:05 -04:00
Eliot Horowitz
a7f063dc21 nicer way to create bson
BSONField<int> x("x");
     BSONObj o = BSON( x(5) );
     ASSERT_EQUALS( BSON( "x" << 5 ) , o );

     o = BSON( x.gt(5) );
     ASSERT_EQUALS( BSON( "x" << BSON( "$gt" << 5 ) ) , o );
2010-06-21 11:18:33 -04:00
dwight
b122988b1c Merge branch 'master' of git@github.com:mongodb/mongo 2010-06-20 16:50:18 +02:00
dwight
2915d076ba Merge branch 'master' of git@github.com:mongodb/mongo
Conflicts:

	db/repl/consensus.cpp
2010-06-20 16:50:05 +02:00
Eliot Horowitz
66bdde32e1 don't allow " in db name 2010-06-19 21:37:53 -04:00
Eliot Horowitz
4e1f95acab some ClientCursor yield cleaning 2010-06-19 20:20:19 -04:00
Eliot Horowitz
0549d3cc2e some tool cleaning 2010-06-19 12:46:10 -04:00
Eliot Horowitz
cb3a5f7f94 default lock_try to 0 ms 2010-06-19 12:45:52 -04:00
dwight
f27cc03eed rs freshcmd 2010-06-19 17:23:02 +02:00
Eliot Horowitz
e72597ecd8 more win playing 2010-06-18 06:44:11 -04:00
Eliot Horowitz
bade1ebe83 more windows playing 2010-06-18 06:38:44 -04:00