From 1c22d094369d6950e9d0215efe269e932ed5fd98 Mon Sep 17 00:00:00 2001 From: CalvinNeo Date: Wed, 20 Mar 2024 17:26:35 +0800 Subject: [PATCH] f Signed-off-by: CalvinNeo --- dbms/src/Storages/KVStore/FFI/ProxyFFI.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dbms/src/Storages/KVStore/FFI/ProxyFFI.h b/dbms/src/Storages/KVStore/FFI/ProxyFFI.h index 1ccffab631a..3b23ba28ed1 100644 --- a/dbms/src/Storages/KVStore/FFI/ProxyFFI.h +++ b/dbms/src/Storages/KVStore/FFI/ProxyFFI.h @@ -268,6 +268,7 @@ inline EngineStoreServerHelper GetEngineStoreServerHelper(EngineStoreServerWrap .fn_fast_add_peer = FastAddPeer, .fn_query_fap_snapshot_state = QueryFapSnapshotState, .fn_clear_fap_snapshot = ClearFapSnapshot, + .fn_kvstore_region_exists = KvstoreRegionExists, .fn_report_thread_allocate_info = ReportThreadAllocateInfo, .fn_report_thread_allocate_batch = ReportThreadAllocateBatch, };