summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_consistency.h
diff options
context:
space:
mode:
authorXiangyu Yao <xiangyu.yao@mongodb.com>2018-08-07 16:19:50 -0400
committerXiangyu Yao <xiangyu.yao@mongodb.com>2018-08-15 15:09:51 -0400
commit4c2e46a3e0873cea3564f02c23a6283078970ee9 (patch)
tree1a488afd037bc8e9103bd01c56c6aab9761a472d /src/mongo/db/catalog/index_consistency.h
parentb83c5312dc5f437480de10487f945933a96a7ccd (diff)
downloadmongo-4c2e46a3e0873cea3564f02c23a6283078970ee9.tar.gz
SERVER-36278 Remove the 1KB index key size limit in FCV42
Diffstat (limited to 'src/mongo/db/catalog/index_consistency.h')
-rw-r--r--src/mongo/db/catalog/index_consistency.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/catalog/index_consistency.h b/src/mongo/db/catalog/index_consistency.h
index eac80d3341f..753e12c5ece 100644
--- a/src/mongo/db/catalog/index_consistency.h
+++ b/src/mongo/db/catalog/index_consistency.h
@@ -102,6 +102,7 @@ public:
/**
* Add one to the `_longKeys` count for the given `indexNs`.
* This is required because index keys > `KeyString::kMaxKeyBytes` are not indexed.
+ * TODO SERVER-36385: Completely remove the key size check in 4.4
*/
void addLongIndexKey(int indexNumber);