Eliot Horowitz
|
d6f97c514b
|
fix getLastErrorDetailed definitions to match
|
2011-10-10 03:26:10 -04:00 |
|
Kristina
|
f727f3b6fe
|
Initialize auth status in non-default hb ctor
|
2011-10-07 20:52:20 -04:00 |
|
agirbal
|
fccf1190d8
|
- SERVER-2684: v8 was relying on oid.toString() during conversion
|
2011-10-07 16:29:26 -07:00 |
|
agirbal
|
a6bfe26573
|
- SERVER-2684: special types in shell (e.g. Timestamp) display in variety of ways, and can confuse users
|
2011-10-07 15:40:13 -07:00 |
|
brandondiamond
|
025c8988b6
|
Merge pull request #103 from nosh/master
SERVER-4035 - fix typo in db.Help() (might have bad spacing)
|
2011-10-07 15:36:13 -07:00 |
|
Brandon Diamond
|
6fee908ce6
|
SERVER-3937: Added write concern support to mongoimport
|
2011-10-07 18:11:09 -04:00 |
|
Kristina
|
10599e0f5b
|
Added debugging to block2 test
|
2011-10-07 17:05:05 -04:00 |
|
Kristina
|
96d3a48bbe
|
Fix initial_sync3 failures
|
2011-10-07 16:58:25 -04:00 |
|
nosh
|
f2cbb54389
|
SERVER-4035 - fix typo in db.Help()
added 'L' to help output for "db.fsyncUnock"
|
2011-10-07 12:54:57 -04:00 |
|
gregs
|
e35994823a
|
buildbot primary can change after reconfig replReads.js
|
2011-10-07 12:44:55 -04:00 |
|
dwight
|
bcf1fab6d7
|
Merge branch 'master' of github.com:mongodb/mongo
|
2011-10-07 11:04:55 -04:00 |
|
Kristina
|
7d1f8704dd
|
Change slavedelay test to give better logging
|
2011-10-07 11:55:04 -04:00 |
|
Brandon Diamond
|
9587418f27
|
Added more params to C++ driver's getLastError interface
|
2011-10-07 11:35:56 -04:00 |
|
dwight
|
5fc6cf8da8
|
faster, at least with gcc44
|
2011-10-07 11:04:51 -04:00 |
|
agirbal
|
5810ac31bd
|
- SERVER-2751: fixed for SM too. Also fixed test typo.
|
2011-10-07 01:05:08 -07:00 |
|
agirbal
|
2ed73366eb
|
- SERVER-3012: added test
|
2011-10-07 00:35:52 -07:00 |
|
agirbal
|
e03ce18ac0
|
- SERVER-2751: BinData Asserts and crashes shell
|
2011-10-07 00:33:51 -07:00 |
|
agirbal
|
d312c1abe4
|
- SERVER-2076: killall may fail in v8
|
2011-10-06 17:30:14 -07:00 |
|
agirbal
|
fedce713e9
|
- SERVER-3676: JSTests::NumberLong fails
|
2011-10-06 16:55:51 -07:00 |
|
gregs
|
def4d0cb8d
|
make security work again
|
2011-10-06 18:44:40 -04:00 |
|
gregs
|
dfd49fc99c
|
buildbot db not set for sharding tests auth.js
also do not use slaveok
|
2011-10-06 18:16:51 -04:00 |
|
Spencer T Brody
|
0bb6c4774a
|
Use boost's string trim function rather than having our own.
|
2011-10-06 18:09:32 -04:00 |
|
Mathias Stearn
|
671f4e1afb
|
solaris32 fix try 2
|
2011-10-06 17:36:52 -04:00 |
|
Scott Hernandez
|
7aeb465f36
|
SERVER-4028 listCommands now includes slaveOverrideOk
|
2011-10-06 17:31:32 -04:00 |
|
agirbal
|
dfdb07b116
|
SERVER-4030: with v8 assert kills db when accessing a sharded collection via JS
|
2011-10-06 14:29:50 -07:00 |
|
Mathias Stearn
|
a1982dd5ba
|
Try to fix solaris32 build
|
2011-10-06 17:22:12 -04:00 |
|
Mathias Stearn
|
553cf24b36
|
How did this ever compile?
|
2011-10-06 17:14:36 -04:00 |
|
Mathias Stearn
|
fe53945762
|
fix build
|
2011-10-06 17:05:48 -04:00 |
|
Mathias Stearn
|
bcd56a1ebc
|
fix smallOplog tests
|
2011-10-06 16:57:40 -04:00 |
|
Kristina
|
9ee9036911
|
Log when a member can't elect themselves
|
2011-10-06 16:36:59 -04:00 |
|
dwight
|
1f8f805cbf
|
Merge branch 'master' of github.com:mongodb/mongo
|
2011-10-06 14:55:34 -04:00 |
|
Richard Kreuter
|
f2c8a4ca77
|
Make a couple auth files not be shared with the client library. SERVER-4016
|
2011-10-06 15:43:17 -04:00 |
|
Kristina
|
280b4857f6
|
Windows 32 compile
|
2011-10-06 14:59:21 -04:00 |
|
dwight
|
b28ef7426a
|
pause instruction is pretty important for spin locks
|
2011-10-06 14:55:30 -04:00 |
|
Eliot Horowitz
|
61bb89fb9c
|
use SimpleMutex instead of SpinLock for record
|
2011-10-06 14:39:11 -04:00 |
|
Eliot Horowitz
|
61d26a0e8c
|
Revert "Wait 1ms between attempt to grab posix_spinlock SERVER-3822"
This reverts commit 2ebc3ba2c8.
|
2011-10-06 14:39:11 -04:00 |
|
dwight
|
4412a27087
|
Merge branch 'master' of github.com:mongodb/mongo
|
2011-10-06 13:07:47 -04:00 |
|
Dwight
|
0384ecb529
|
Merge branch 'master' of github.com:mongodb/mongo
|
2011-10-06 14:01:13 -04:00 |
|
Dwight
|
710c4d5236
|
log less
|
2011-10-06 14:01:05 -04:00 |
|
Dwight
|
bd23dadfa4
|
we were adding an int64 to an int32
|
2011-10-06 14:00:43 -04:00 |
|
dwight
|
bbf97f7942
|
compareandswap perftest / minor
|
2011-10-06 13:07:44 -04:00 |
|
Greg Studer
|
e6722c36ea
|
pass errmsg by ref
|
2011-10-06 12:27:18 -03:00 |
|
Spencer T Brody
|
850df11d14
|
Throw UserException instead of DBException.
|
2011-10-06 11:26:28 -04:00 |
|
Spencer T Brody
|
243aaea517
|
Don't send queries to non-ok master.
|
2011-10-06 11:26:28 -04:00 |
|
Brandon Diamond
|
3db92ac209
|
SERVER-3690: Header excluded from CSV import objcount
|
2011-10-06 11:25:13 -04:00 |
|
gregs
|
0ad766835b
|
buildbot wait longer for replication slavedelay1.js
|
2011-10-06 10:38:18 -04:00 |
|
Richard Kreuter
|
aa1e1ed576
|
Always build a shared C++ library in the standalone driver's SConstruct.
|
2011-10-06 10:35:11 -04:00 |
|
gregs
|
9b37bd734a
|
buildbot stop balancer before slaveOk queries to avoid dup results auth.js
|
2011-10-06 10:26:37 -04:00 |
|
gregs
|
deb6498c0b
|
allow waiting for balancer when turned on or off for more reliable tests
|
2011-10-06 10:26:03 -04:00 |
|
gregs
|
97c7de268e
|
allow ignoring files for testing
for example, to ignore known-bad tests
|
2011-10-06 09:58:18 -04:00 |
|