Use StringRef
This commit is contained in:
parent
6ef8d7ec95
commit
e77e6e51ec
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue