diff options
Diffstat (limited to 'src/mongo/bson/bsontypes.h')
| -rw-r--r-- | src/mongo/bson/bsontypes.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mongo/bson/bsontypes.h b/src/mongo/bson/bsontypes.h index 5204f1c3f72..0dc2fe8a4ab 100644 --- a/src/mongo/bson/bsontypes.h +++ b/src/mongo/bson/bsontypes.h @@ -198,9 +198,8 @@ enum BinDataType { bdtUUID = 3, /* deprecated */ newUUID = 4, /* language-independent UUID format across all drivers */ MD5Type = 5, - Encrypt = 6, /* encryption placeholder or encrypted data */ - Column = 7, /* compressed column */ - Sensitive = 8, /* data that should be redacted and protected from unnecessary exposure */ + Encrypt = 6, /* encryption placeholder or encrypted data */ + Column = 7, /* compressed column */ bdtCustom = 128 }; |
