From 94cdcf74db906bf6ea058e30d9d3c619dae3c338 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 4 Dec 2023 15:43:21 +0300 Subject: DB::EventInfo::unload - a helper to invalidate event contents --- include/m_database.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/m_database.h b/include/m_database.h index d47936bd56..9df09c881e 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -688,6 +688,7 @@ namespace DB ~EventInfo(); bool fetch(MEVENT hEvent, bool bFetchBlob = true); + void unload(); __forceinline operator bool() const { return bValid; } -- cgit v1.2.3