* DeleteCollectionIndexRecord wrapper for DeleteCollectionIndexRecordCore that deletes with a * specific indexId. The delete is done as a commutative write */
| 892 | * specific indexId. The delete is done as a commutative write |
| 893 | */ |
| 894 | void |
| 895 | DeleteCollectionIndexRecord(uint64 collectionId, int indexId) |
| 896 | { |
| 897 | DeleteCollectionIndexRecordCore(collectionId, &indexId); |
| 898 | } |
| 899 | |
| 900 | |
| 901 | /* |
no test coverage detected