summaryrefslogtreecommitdiff
path: root/jstests/core/wildcard_index_cached_plans.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70252 Tag additional plan cache related tests as 'tenant_migration_inc...mathisbessamdb2022-10-171-0/+2
* SERVER-70266 Add requres_fcv_62 tag to tests failing on sharding_jscore multi...Alya Berciu2022-10-061-0/+1
* SERVER-61314 Consolidate featureFlagSbePlanCache with featureFlagSbeFullDavid Storch2022-07-141-23/+14
* SERVER-66583 Re-enable SBE as the default execution engine and fall back to c...Mihai Andrei2022-05-271-2/+4
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-041-6/+3
* SERVER-64314 Temporary disable caching of single solution plansAnton Korshunov2022-03-081-3/+6
* SERVER-61083 Cache plans that only have a single query solutionAnton Korshunov2022-02-161-3/+11
* SERVER-59682 Recover SBE plans from the new plan cacheRuoxin Xu2022-01-171-60/+43
* SERVER-60389 [SBE] Rewrite engine specific assertions to be multiversion comp...Mihai Andrei2021-10-121-9/+32
* SERVER-59681 Start storing SBE plans in the new plan cacheRuoxin Xu2021-10-011-0/+5
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-3/+0
* SERVER-58103 Remove test cases which test legacy op behaviorsYoonsoo Kim2021-06-301-3/+3
* SERVER-57077 require FCV 5.0 for tests asserting on query plan shapeKyle Suarez2021-05-201-0/+3
* SERVER-56078 Re enable sharding passthroughs for SBEIan Boros2021-04-271-5/+1
* SERVER-56109 Replace repeated isSBEEnabled checks with helper functionNikita Lapkov2021-04-231-7/+2
* SERVER-56088 Enable "compatibility" passthrough in core suite against the SBE...Anton Korshunov2021-04-141-2/+6
* SERVER-54322 Text query plans are not shown properly in SBE explainAnton Korshunov2021-03-131-4/+4
* SERVER-54564 Remove sbe_incompatible tag from jstests/core/wildcard_index_cac...Nikita Lapkov2021-03-021-1/+0
* SERVER-54564 Fallback to query plan when checking IXSCAN key pattern with SBE...Nikita Lapkov2021-02-251-1/+13
* SERVER-49227 Tag tests to be excluded from jsCore_slot_based_executionJustin Seyster2020-08-141-0/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-133/+135
* SERVER-41860 Blacklist plan cache tests from the transactions passthroughsCharlie Swanson2019-06-211-5/+12
* SERVER-37853 Create sharded_core_txn with balancer suiteRandolph Tan2019-01-071-1/+1
* Revert "SERVER-37853 Create sharded_core_txn with balancer suite"William Schultz2019-01-041-1/+1
* SERVER-37853 Create sharded_core_txn with balancer suiteRandolph Tan2019-01-041-1/+1
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-10/+11
* Revert "SERVER-33303 Add stable plan cache key and use for index filters"Ian Boros2018-11-061-11/+10
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-10/+11
* SERVER-31698 Move wildcard_index integration tests to /core/Bernard Gorman2018-10-101-0/+146