* DeleteAllCollectionIndexRecords wrapper for DeleteCollectionIndexRecordCore that deletes * all indexes of a collection. The delete is done as a commutative write */
| 881 | * all indexes of a collection. The delete is done as a commutative write |
| 882 | */ |
| 883 | void |
| 884 | DeleteAllCollectionIndexRecords(uint64 collectionId) |
| 885 | { |
| 886 | DeleteCollectionIndexRecordCore(collectionId, NULL); |
| 887 | } |
| 888 | |
| 889 | |
| 890 | /* |
no test coverage detected