Skip to content

Commit e48ae0e

Browse files
committed
delete extra
1 parent e31bd61 commit e48ae0e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ydb/core/kqp/session_actor/kqp_session_actor.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -694,9 +694,6 @@ class TKqpSessionActor : public TActorBootstrapped<TKqpSessionActor> {
694694
AppData()->TimeProvider, AppData()->RandomProvider, Config->EnableKqpImmediateEffects);
695695
QueryState->QueryData = std::make_shared<TQueryData>(QueryState->TxCtx->TxAlloc);
696696
QueryState->TxCtx->EffectiveIsolationLevel = NKikimrKqp::ISOLATION_LEVEL_UNDEFINED;
697-
Ydb::Table::TransactionSettings settings;
698-
settings.mutable_serializable_read_write();
699-
BeginTx(settings);
700697
}
701698

702699
return true;

0 commit comments

Comments
 (0)