Use StringRef

This commit is contained in:
Andrew Noyes 2022-10-04 17:07:01 -07:00
parent 6ef8d7ec95
commit e77e6e51ec
1 changed files with 1 additions and 1 deletions

View File

@ -1630,7 +1630,7 @@ Key storageQuotaKey(StringRef tenantName) {
}
const KeyRangeRef idempotencyIdKeys("\xff\x02/idmp/"_sr, "\xff\x02/idmp0"_sr);
const KeyRef idempotencyIdsExpiredVersion("\xff\x02/idmpExpiredVersion");
const KeyRef idempotencyIdsExpiredVersion("\xff\x02/idmpExpiredVersion"_sr);
// for tests
void testSSISerdes(StorageServerInterface const& ssi) {