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

29083 Commits

Author SHA1 Message Date
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
matt dannenberg
300a825f5e SERVER-5522 improve replHandshake log message 2015-03-10 12:22:22 -04:00
Kaloian Manassiev
03bcff8aea SERVER-17496 Move range_arithmetic out of mongos 2015-03-10 16:08:57 -04:00
Kaloian Manassiev
ddfef79e81 SERVER-17496 Move sharding admin commands to individual files 2015-03-10 16:07:36 -04:00
matt dannenberg
1b64013e01 SERVER-16436 cleanup unused connections in the NetworkInterface's ConenctionPool 2015-03-10 10:32:53 -04:00
Andrew Morrow
f974b0e963 SERVER-17329 Fix version.txt management for rocks build 2015-03-10 15:36:20 -04:00
Siyuan Zhou
7083b5d3ab SERVER-17486 Crash when parsing invalid polygon coordinates 2015-03-10 15:18:26 -04:00
Geert Bosch
eaa338b666 SERVER-17501: Raise limits for max journaling buffer size 2015-03-10 12:29:10 -04:00
Jason Rassi
17762d0b22 SERVER-17437 Minor style/formatting fixes in db/fts/ 2015-03-10 11:48:18 -04:00
Jason Rassi
c6c136a7de SERVER-17437 Remove unused fts::BSONElementMap, fts::FTSQuery::_search 2015-03-10 11:48:18 -04:00
Jason Rassi
d36022a01c SERVER-17437 fts_index_format.h shouldn't include fts_spec.h 2015-03-10 11:48:18 -04:00
Dan Pasette
a52d13a43e SERVER-17487 warn in lieu of assert in initial_sync_cloner_dups.js in case of false positive 2015-03-10 11:49:12 -04:00
Benety Goh
af18f1b35d SERVER-17432 do not apply replicated insert/update/delete operations on objects without _id field 2015-03-10 10:56:20 -04:00
Benety Goh
796369d27d SERVER-17432 converted applyOperation_inlock to return status 2015-03-10 10:56:20 -04:00
Daniel Alabi
3a0a2fae79 SERVER-17232 Don't return connection to config server when shardName is admin 2015-03-10 09:50:26 -04:00
matt dannenberg
6712a2953e SERVER-17498 mention _id and namespace on failure to find document during rollback 2015-03-10 04:27:43 -04:00
Dan Pasette
aed0e43060 SERVER-17487 move jstest to noPassthrough 2015-03-10 00:05:18 -04:00
Eliot Horowitz
245ff2fcb2 SERVER-17521: improve createIndex validation of empty name 2015-03-09 23:34:35 -04:00