Skip to content

Commit adee50b

Browse files
samantharitterhanumantmk
authored andcommitted
CDRIVER-415 Add documentation to deprecate dropDups
Closes #105
1 parent a6224a3 commit adee50b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/mongoc_index_opt_t.page

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ typedef struct
3434
<section id="desc">
3535
<title>Description</title>
3636
<p>This structure contains the options that may be used for tuning a specific index.</p>
37+
38+
<p>NOTE: dropDups is deprecated as of MongoDB version 2.7.5. This option is silently
39+
ignored by the server and unique index builds using this option will fail if a duplicate
40+
value is detected.</p>
3741
</section>
3842

3943
<links type="topic" groups="function" style="2column">

0 commit comments

Comments
 (0)