From 5e6a83d5b44c8a7e5e0c58a72f6c12697d9a2232 Mon Sep 17 00:00:00 2001 From: Vladislav Oleshko Date: Thu, 9 May 2024 11:47:42 +0300 Subject: [PATCH] chore: fix macos tiering --- src/server/tiered_storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/tiered_storage.h b/src/server/tiered_storage.h index c50b0da9372a..83af7a36ef9b 100644 --- a/src/server/tiered_storage.h +++ b/src/server/tiered_storage.h @@ -138,7 +138,7 @@ class TieredStorage { return {}; } - void RunOffloading() { + void RunOffloading(DbIndex dbid) { } };