This is an automated email from the ASF dual-hosted git repository.

yangzhg pushed a commit to branch branch-1.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-1.1-lts by this push:
     new 8c6dd4cece [fix](odbc) fix odbc connection may fall in dead lock 
because of wrng abort transaction (#20035)
8c6dd4cece is described below

commit 8c6dd4cece4fa8bcd1999a7d9b191ed2e33fbacc
Author: Zhengguo Yang <yangz...@gmail.com>
AuthorDate: Thu May 25 15:26:12 2023 +0800

    [fix](odbc) fix odbc connection may fall in dead lock because of wrng abort 
transaction (#20035)
---
 be/src/exec/odbc_connector.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/be/src/exec/odbc_connector.cpp b/be/src/exec/odbc_connector.cpp
index 1a12884cb0..432079b4c3 100644
--- a/be/src/exec/odbc_connector.cpp
+++ b/be/src/exec/odbc_connector.cpp
@@ -61,6 +61,7 @@ ODBCConnector::ODBCConnector(const ODBCConnectorParam& param)
           _tuple_desc(param.tuple_desc),
           _output_expr_ctxs(param.output_expr_ctxs),
           _is_open(false),
+          _is_in_transaction(false),
           _field_num(0),
           _env(nullptr),
           _dbc(nullptr),


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to