summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMindaugas Malinauskas <mindaugas.malinauskas@mongodb.com>2020-09-24 09:55:23 +0100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-10-02 10:17:42 +0000
commiteee7fb8f2c6da144e9d4c3df7887a5ec167f3a6f (patch)
treec1a5e0076ef10e92453e3a9e7019a00477915ae6 /etc
parent8be28ffc901d981b96fff2f378faed007de95e52 (diff)
downloadmongo-eee7fb8f2c6da144e9d4c3df7887a5ec167f3a6f.tar.gz
SERVER-51120 Find queries with MERGE_SORT incorrectly sort the results when the collation is specified
Diffstat (limited to 'etc')
-rw-r--r--etc/backports_required_for_multiversion_tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml
index 85056e183fc..b3c268b6e5b 100644
--- a/etc/backports_required_for_multiversion_tests.yml
+++ b/etc/backports_required_for_multiversion_tests.yml
@@ -32,8 +32,8 @@ all:
test_file: jstests/core/apply_ops_system_dot_views.js
- ticket: SERVER-48614
test_file: jstests/core/wildcard_index_partial_index.js
- - ticket: SERVER-48993
- test_file: jstests/core/explode_for_sort_collation.js
+ - ticket: SERVER-51120
+ test_file: jstests/core/merge_sort_collation.js
- ticket: SERVER-48525
test_file: jstests/core/txns/no_writes_to_config_transactions_with_prepared_transaction.js
- ticket: SERVER-47810