Daniel Alabi
21c4f06e35
SERVER-6558 Add writeConcern option to findAndModify command
2015-03-17 11:57:00 -04:00
Kaloian Manassiev
196e937ddb
SERVER-17627 If getMore cursor is not found, report the cursor id
2015-03-17 11:30:08 -04:00
Kaloian Manassiev
0efa8d8855
Fix the boost version in the Visual Studio project generator
2015-03-17 11:30:07 -04:00
David Storch
51508504b7
SERVER-8192 add tests for V1 index key generation
2015-03-17 11:09:13 -04:00
Benety Goh
6bc88dadc6
SERVER-17590 disallow --fastsync with replica sets
2015-03-17 11:06:11 -04:00
Ramon Fernandez
c7a10982bc
post 3.1.0
2015-03-17 10:55:34 -04:00
Ramon Fernandez
7d15cd965c
BUMP 3.1.0
2015-03-17 10:42:50 -04:00
Ernie Hershey
ab11b0d3dd
bump tools to r3.1.0
2015-03-16 17:12:28 -04:00
Daniel Alabi
9ac525aa52
Revert " SERVER-6558 Add writeConcern option to findAndModify command"
...
This reverts commit bb9b4e27c8
.
2015-03-16 14:58:13 -04:00
Daniel Alabi
bb9b4e27c8
SERVER-6558 Add writeConcern option to findAndModify command
2015-03-16 13:27:16 -04:00
Mathias Stearn
e89ad4970c
SERVER-17487 Raise other timeouts in initial_sync_cloner_dups.js
2015-03-16 13:06:19 -04:00
Eric Milkie
d7563a168a
SERVER-17601 replace global variable debug and enum DEBUG_BUILD
2015-03-16 09:08:06 -04:00
Benety Goh
629eb083a2
SERVER-17330 cleaned up receivedInsert - index build not possible in this code path
2015-03-13 21:47:54 -04:00
Spencer Jackson
83ae47b578
SERVER-16073 : Allow overrides to OpenSSL ciphers
2015-03-13 15:56:27 -04:00
Eliot Horowitz
4d7b131c54
SERVER-8188 : make cursor timeout configurable on server
2015-03-13 15:42:36 -04:00
James Wahlin
ae97946ae5
SERVER-17525 Remove QLOG, replace with LOG(5)
...
Closes #936
Signed-off-by: Jason Rassi <rassi@10gen.com>
2015-03-13 14:38:59 -04:00
Randolph Tan
7f73e3e38f
SERVER-16987 sh.getRecentMigrations shows aborted migration as success
...
Add more comments
2015-03-13 14:37:04 -04:00
Randolph Tan
40502abaac
SERVER-16987 sh.getRecentMigrations shows aborted migration as success
2015-03-13 14:28:02 -04:00
Randolph Tan
77562fbd1b
SERVER-17348 Consolidate ReplSetTest.upgradeSet
...
Also removed zero_vote_aribter multiVersion tests.
2015-03-13 13:31:52 -04:00
Kamran Khan
9a94198ef9
SERVER-17576 Fix typos in parseFlatPoint
...
Closes #934
Signed-off-by: Ramon Fernandez <ramon.fernandez@mongodb.com>
2015-03-13 12:48:00 -04:00
Mathias Stearn
5f64a1c4c3
SERVER-17487 Raise awaitReplication timeout in test
2015-03-13 12:42:58 -04:00
Kaloian Manassiev
3119f2a327
SERVER-17496 Move code to the sharding client library
2015-03-13 09:42:09 -04:00
Daniel Alabi
8b1c4e3824
SERVER-15854 Use ShardNotFound error code for deleted shard
2015-03-13 08:38:34 -04:00
Jason Rassi
0144f59236
SERVER-17437 $caseSensitive option for $text query operator
2015-03-12 18:55:39 -04:00
Jason Rassi
86f3f05da7
SERVER-17437 Case-sensitive mode for FTSQuery/FTSMatcher
2015-03-12 18:55:39 -04:00
Andy Schwerin
7cd9cf303c
SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::scoped_lock.
2015-03-12 17:11:20 -04:00
Andy Schwerin
7ee3d12407
SERVER-17568 Report most-vexing-parse warning as error in MSVC.
2015-03-12 17:11:20 -04:00
Andy Schwerin
3bb26d2bb9
SERVER-17568 Correctly acquire _mutex in CountdownLatchHolder::get in v8_utils.cpp
2015-03-12 17:11:20 -04:00
Andrew Morrow
5af44a739a
SERVER-9557 Remove deprecated or obsolete scons options
2015-03-12 15:23:34 -04:00
matt dannenberg
64894f2b73
SERVER-17491 better error message when running replSetInitiate against a standalone node
2015-03-12 10:09:15 -04:00
Andrew Morrow
d8f3c2e618
SERVER-17567 Don't unconditionally export parse number specializations
2015-03-12 14:40:45 -04:00
Siyuan Zhou
bd489b1c2c
SERVER-9220 allow more than two values in the coordinate-array when using 2dsphere index
2015-03-12 12:34:28 -04:00
Benety Goh
9f7cc8a702
SERVER-17504 cleaned up db.shutdownServer() behavior - removed duplicate messages and throw Error on failure
2015-03-12 09:41:57 -04:00
Andrew Morrow
17a7f0eedd
SERVER-17552 Use correct OS detection macros, rather than our own
2015-03-11 18:57:20 -04:00
Geert Bosch
b4f647796a
SERVER-17391 : Move RocksDB storage engine integration layer to new module
2015-03-11 18:03:04 -04:00
Eliot Horowitz
f4d17dd814
SERVER-8088 : $unwind of scalar should return 1 doc with scalar
2015-03-11 17:46:44 -04:00
Kaloian Manassiev
f931ac5fa8
SERVER-17496 sharding_client library
2015-03-11 17:44:25 -04:00
matt dannenberg
346c9c7f9c
SERVER-13896 fix dbtest repl
2015-03-11 12:25:43 -04:00
Kaloian Manassiev
5ad411b38b
Revert " SERVER-8008 : $unwind of scalar should return 1 doc with scalar"
...
This reverts commit 25feddadee
.
2015-03-11 17:29:05 -04:00
Daniel Alabi
ceb58fee54
SERVER-15854 Don't massert when checking for deleted shard
2015-03-11 16:44:00 -04:00
Kaloian Manassiev
73986ce879
SERVER-17496 Move all admin commands to separate files
2015-03-11 16:30:45 -04:00
Eliot Horowitz
5fd3dfce18
SERVER-17532 : fix dup key error message in wiredtiger index
2015-03-11 16:22:41 -04:00
Eliot Horowitz
25feddadee
SERVER-8008 : $unwind of scalar should return 1 doc with scalar
2015-03-11 16:22:41 -04:00
Kaloian Manassiev
e9761e50b5
SERVER-17496 Remove unused functions from cluster_client_internal.h/.cpp
2015-03-11 15:22:51 -04:00
Spencer T Brody
139ccb27bf
SERVER-17273 Fix casing of catchUp in stepdown shell helper
2015-03-11 15:13:26 -04:00
Benety Goh
c8725b6def
SERVER-17504 improved error message when stepping down node in a replica set without {force: true}
2015-03-11 14:06:20 -04:00
matt dannenberg
ddc1a7f9c3
SERVER-13896 Replace logOp() with a more operation-aware observer interface
2015-03-11 08:08:34 -04:00
David Storch
8ca1f78773
SERVER-17282 update find command parsing to conform to find command spec changes
...
Also updates the shell to construct the find command according to the new spec.
This means that explain with special options (e.g. snapshot()) will not be compatible
when mixing 3.2 shell / 3.0 server or 3.0 shell / 3.2 server. Explain of find with
standard options like filter, query, projection, sort, and hint will be both backwards
and forwards compatible.
2015-03-11 13:05:47 -04:00
Ernie Hershey
665f406b79
SERVER-17517 Revert RPM conflicts to match 2.6
2015-03-11 08:43:04 -04:00
Siyuan Zhou
816efed843
SERVER-17470 Remove link to replset data in the http server
2015-03-10 18:01:52 -04:00