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 @@ -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
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
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ mongoc_collection_drop_index
54
54
mongoc_collection_ensure_index
55
55
mongoc_collection_find
56
56
mongoc_collection_find_and_modify
57
+ mongoc_collection_get_index_info
57
58
mongoc_collection_get_last_error
58
59
mongoc_collection_get_name
59
60
mongoc_collection_get_read_prefs
@@ -85,6 +86,7 @@ mongoc_database_create_collection
85
86
mongoc_database_destroy
86
87
mongoc_database_drop
87
88
mongoc_database_get_collection
89
+ mongoc_database_get_collection_info
88
90
mongoc_database_get_collection_names
89
91
mongoc_database_get_name
90
92
mongoc_database_get_read_prefs
You can’t perform that action at this time.
0 commit comments