File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,6 @@ public enum CursorPutOptions
24
24
/// </summary>
25
25
NoDuplicateData = 0x20 ,
26
26
27
- /// <summary>
28
- /// use sorted duplicates
29
- /// </summary>
30
- DuplicateSort = 0x04 ,
31
-
32
27
/// <summary>
33
28
/// For put: Don't write if the key already exists.
34
29
/// </summary>
Original file line number Diff line number Diff line change @@ -20,11 +20,6 @@ public enum PutOptions
20
20
/// </summary>
21
21
NoDuplicateData = 0x20 ,
22
22
23
- /// <summary>
24
- /// use sorted duplicates
25
- /// </summary>
26
- DuplicateSort = 0x04 ,
27
-
28
23
/// <summary>
29
24
/// For put: Don't write if the key already exists.
30
25
/// </summary>
@@ -43,11 +38,6 @@ public enum PutOptions
43
38
/// <summary>
44
39
/// Duplicate data is being appended, don't split full pages.
45
40
/// </summary>
46
- AppendDuplicateData = 0x40000 ,
47
-
48
- /// <summary>
49
- /// MDB_MULTIPLE. Store multiple data items in one call. Only for MDB_DUPFIXED.
50
- /// </summary>
51
- StoreMultiple = 0x80000
41
+ AppendDuplicateData = 0x40000
52
42
}
53
43
}
You can’t perform that action at this time.
0 commit comments