From 3234fef2ea1288312f279e1db71c16366b3a0372 Mon Sep 17 00:00:00 2001 From: Calvin Neo Date: Wed, 20 Mar 2024 18:18:43 +0800 Subject: [PATCH] KVStore: Fix FFI in disagg mode (#8855) close pingcap/tiflash#8835 --- 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, };