summaryrefslogtreecommitdiff
path: root/src/mongo/db/wire_version.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-50849 Update FCV constants to recognize 4.9 as latestA. Jesse Jiryu Davis2020-10-081-1/+4
|
* SERVER-49802 Update FCV constants to recognize 4.8 as latestJason Chan2020-09-301-1/+4
|
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-021-3/+3
|
* SERVER-49270: Set minWireVersion based on FCV and refactor protocol testsGrace Luong2020-07-311-0/+7
|
* SERVER-49157 Initialize WireSpec during MONGO_INITIALIZERAmirsaman Memaripour2020-07-291-42/+81
|
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-091-3/+3
|
* SERVER-47696 Update v4.6 Placeholder Wire Version nameJason Chan2020-06-021-3/+3
|
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-1/+4
| | | | | | | | | | | | | | SERVER-46589 Update Execution-related generic upgrade/downgrade references SERVER-46587 Update Replication-related generic upgrade/downgrade references SERVER-46839 Update Sharding-related generic upgrade/downgrade references SERVER-46590 Update Query-related generic upgrade/downgrade references SERVER-46318 Bump wire protocol version for 4.6 SERVER-46313 Bump Powercycle FCV
* SERVER-42985 Replace 4.4 placeholder value in WireVersion enumAmirsaman Memaripour2020-02-061-3/+3
|
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-1/+4
| | | | | | | SERVER-42162 Update Execution-related generic upgrade/downgrade references SERVER-42642 Update Replication-related generic upgrade/downgrade references SERVER-42592 Update Sharding-related generic upgrade/downgrade references SERVER-42794 Update Query-related generic upgrade/downgrade references SERVER-41545 Bump wire protocol version for 4.4
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
| | | | | | | | | | | produced by: hits="$(git grep -n MONGO_DISALLOW_COPYING | cut -d: -f1 )" for f in "$hits"; do sed -i.orig ' s/^\( *\)MONGO_DISALLOW_COPYING(\(.*\));/\1\2(const \2\&) = delete;\n\1\2\& operator=(const \2\&) = delete;/; ' $f done
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
|
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-5/+5
| | | | | | | | | SERVER-35169 Bump wire protocol version for 4.2. SERVER-35752 Ensure tests that rely on FCV pass after updating FCV constants. SERVER-35163 Unblacklist tests that expect FCV version to differ between "last-stable" and "latest." SERVER-34984 Update major_version_upgrade.js to call setFCV to the latest FCV. SERVER-35656 Ensure a 4.0 mongos crashes upon attempting to connect to an FCV 4.2 cluster. SERVER-35404 Re-enable the sharding_last_stable_mongos_and_mixed_shards suite.
* SERVER-32635 an old mongos server communicating with a fully upgraded ↵Dianna Hohensee2018-02-161-0/+3
| | | | cluster should crash
* SERVER-32519 Add a new wire version for v3.8Dianna Hohensee2018-01-121-1/+4
|
* SERVER-31631 Bump minimum outgoing wire version for mongod when ↵Tess Avitabile2017-11-091-8/+26
| | | | featureCompatibilityVersion is 3.6
* SERVER-28508 OP_MSG in egress and mongodMathias Stearn2017-04-271-1/+4
|
* SERVER-26715 Set default values for WireSpec min/max valuesJonathan Reams2016-11-081-2/+6
|
* SERVER-26420 fix shell to not send internalClient info in isMasterDavid Storch2016-10-241-0/+4
|
* SERVER-26420 add internalClient information to isMaster handshake requestDavid Storch2016-10-201-4/+21
|
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-191-12/+26
|
* SERVER-24191 Bump wire version number to show command support for write concernLeon Zaruvinsky2016-06-071-0/+3
|
* SERVER-20651 do not allow mongos connect to mongod if mongod does not ↵Misha Tyulenev2015-11-191-6/+24
| | | | support COMMAND protocol
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-051-2/+2
|
* SERVER-18849 only send wire version for find/getMore commands if config ↵David Storch2015-08-241-3/+3
| | | | | | | | | server mode is CSRS A mongod will return a maxWireVersion of 4 to indicate support for the find and getMore commands. In constrast, mongos will only return maxWireVersion of 4 if configured with CSRS, as full find/getMore command support is predicated on config server as a replica set.
* SERVER-19035 bump wire version for OP_COMMAND and find/getMoreAdam Midvidy2015-06-221-2/+5
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-32/+32
|
* SERVER-15330: Bump maxWireProtocolVersion for 2.8 featuresDan Pasette2014-09-231-3/+6
|
* SERVER-9038 Increment max wire version indicating write commands are now ↵Alberto Lerner2013-10-111-1/+4
| | | | supported.
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
|
* SERVER-10529 Allow isMaster to report the wire version (range) it expects.Alberto Lerner2013-08-201-0/+50