fix dblink transaction bug

This commit is contained in:
cqliang1995
2024-03-15 17:15:43 +00:00
committed by ob-robot
parent 4de78f3ba5
commit 43c435fe20
50 changed files with 1287 additions and 453 deletions

View File

@ -116,7 +116,11 @@ ObPhysicalPlanCtx::ObPhysicalPlanCtx(common::ObIAllocator &allocator)
enable_rich_format_(false),
all_local_session_vars_(allocator),
mview_ids_(allocator),
last_refresh_scns_(allocator)
last_refresh_scns_(allocator),
tx_id_(0),
tm_sessid_(0),
hint_xa_trans_stop_check_lock_(false),
main_xa_trans_branch_(false)
{
}