Charlie Swanson
101e2cb23a
SERVER-74840 Remove unused embedded tag
2023-03-15 00:31:19 +00:00
Charlie Swanson
298fc23192
SERVER-63947 Add column store jscore passthrough - plus fixes
...
Also fixes:
- $where reports depending on a full object, disqualifying it from using
the column store index.
- projection analysis should not remove a projection if we have some
match fields that are not needed in the output. This doesn't work yet.
2022-07-27 16:29:59 +00:00
Matt Broadstone
f881618f7f
SERVER-65070 Deduplicate list of incompatible mtm migrations tests
2022-04-08 14:57:19 +00:00
Jon Streets
05a0f8e98b
SERVER-56366 Update FCV constants to recognize 5.1 as latest
2021-07-23 15:49:23 +00:00
Arun Banala
c8ddb496f1
SERVER-51619 Convert find command input to IDL
2021-01-07 20:04:53 +00:00
Ali Mir
fa5aff1411
SERVER-50651 Replace occurrences of isMaster command with hello in misc jstests
2020-10-01 19:17:34 +00:00
Gregory Wlodarek
ccf8a4f2de
SERVER-41696 Modify tests depending on the 'ns' field from index specs to no longer have a dependency on it
2019-07-29 21:05:17 -04:00
clang-format-7.0.1
134a408395
SERVER-41772 Apply clang-format 7.0.1 to the codebase
2019-07-27 11:02:23 -04:00
Sean Tao
acdbc57731
SERVER-33998 Remove the parallelCollectionScan command
2018-07-12 17:54:34 -04:00
Henrik Edin
1a4017efa4
SERVER-29725 Tag jstests in core so we can run the suite on mongoe.
2018-04-18 09:14:20 -04:00
Samy Lanka
ea5b5a97ed
SERVER-33287 tag jstests that use commands which return inaccurate results after unclean shutdown
2018-04-06 10:33:03 -04:00
David Storch
94db3aad06
SERVER-33624 Check for db mismatch when resolving UUIDs for read commands.
2018-03-05 13:11:30 -05:00
Maria van Keulen
51386591ed
SERVER-31182 Clarify parse error for invalidly typed findCmd arguments
2017-10-16 12:03:46 -04:00
Jason Carey
f23002e965
SERVER-30848 make shell getMores use sessions
...
The shell should attach the logical session used to initiate cursors
(via find or aggregate) and use it for successive getMores.
2017-10-03 16:50:12 -04:00
Geert Bosch
0a0a8bf93d
SERVER-31229 Commands return NamespaceNotFound on unknown UUID
2017-09-27 09:52:42 -04:00
Geert Bosch
affde69fb4
SERVER-31159 Make count command support UUIDs
2017-09-21 11:27:15 -04:00
Maria van Keulen
06e0893491
SERVER-30933 Change invariant to uassert for invalid uuid in queries
2017-09-20 17:35:14 -04:00
Maria van Keulen
469e035efb
Revert "SERVER-30933 Change invariant to uassert for invalid uuid in queries"
...
This reverts commit 3eedd24bb8 .
2017-09-19 16:45:33 -04:00
Maria van Keulen
3eedd24bb8
SERVER-30933 Change invariant to uassert for invalid uuid in queries
2017-09-19 09:58:40 -04:00
Geert Bosch
9a92919f22
SERVER-30103 Fix commands_with_uuid.js to not run on sharded clusters or with auth
2017-07-12 12:39:34 -04:00
Geert Bosch
72e31a462a
SERVER-29668 Fix typo in commands_with_uuid.js
2017-07-06 11:38:08 -04:00
Jason Chan
16090300c7
SERVER-29668 Extend 'parallelCollectionScan' to take a collection UUID argument
2017-06-23 14:41:15 -04:00
Maria van Keulen
9fb79929f9
SERVER-27991 Allow find and listIndexes to accept UUID argument
...
This patch allows callers of the find and listIndexes commands to
pass either a UUID or a collection name as the collection identifier
argument.
2017-04-28 14:57:37 -04:00