File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ mongoc_collection_drop_index
52
52
mongoc_collection_ensure_index
53
53
mongoc_collection_find
54
54
mongoc_collection_find_and_modify
55
+ mongoc_collection_get_index_info
55
56
mongoc_collection_get_last_error
56
57
mongoc_collection_get_name
57
58
mongoc_collection_get_read_prefs
@@ -83,6 +84,7 @@ mongoc_database_create_collection
83
84
mongoc_database_destroy
84
85
mongoc_database_drop
85
86
mongoc_database_get_collection
87
+ mongoc_database_get_collection_info
86
88
mongoc_database_get_collection_names
87
89
mongoc_database_get_name
88
90
mongoc_database_get_read_prefs
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ mongoc_collection_drop_index
52
52
mongoc_collection_ensure_index
53
53
mongoc_collection_find
54
54
mongoc_collection_find_and_modify
55
+ mongoc_collection_get_index_info
55
56
mongoc_collection_get_last_error
56
57
mongoc_collection_get_name
57
58
mongoc_collection_get_read_prefs
@@ -83,6 +84,7 @@ mongoc_database_create_collection
83
84
mongoc_database_destroy
84
85
mongoc_database_drop
85
86
mongoc_database_get_collection
87
+ mongoc_database_get_collection_info
86
88
mongoc_database_get_collection_names
87
89
mongoc_database_get_name
88
90
mongoc_database_get_read_prefs
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ mongoc_collection_drop_index
53
53
mongoc_collection_ensure_index
54
54
mongoc_collection_find
55
55
mongoc_collection_find_and_modify
56
+ mongoc_collection_get_index_info
56
57
mongoc_collection_get_last_error
57
58
mongoc_collection_get_name
58
59
mongoc_collection_get_read_prefs
@@ -84,6 +85,7 @@ mongoc_database_create_collection
84
85
mongoc_database_destroy
85
86
mongoc_database_drop
86
87
mongoc_database_get_collection
88
+ mongoc_database_get_collection_info
87
89
mongoc_database_get_collection_names
88
90
mongoc_database_get_name
89
91
mongoc_database_get_read_prefs
You can’t perform that action at this time.
0 commit comments