From 17f08af13b3c725f16e1e8f78a43256a987db30f Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Wed, 16 Oct 2024 15:24:51 +0300 Subject: [PATCH] fix --- ydb/core/kqp/common/kqp_tx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ydb/core/kqp/common/kqp_tx.h b/ydb/core/kqp/common/kqp_tx.h index a2728fe2610c..68039da84c2d 100644 --- a/ydb/core/kqp/common/kqp_tx.h +++ b/ydb/core/kqp/common/kqp_tx.h @@ -236,6 +236,7 @@ class TKqpTransactionContext : public NYql::TKikimrTransactionContextBase { HasOlapTable = false; HasOltpTable = false; HasTableWrite = false; + HasUncommittedChangesRead = false; } TKqpTransactionInfo GetInfo() const;