patch 4.1 bug fix and remove some secret url
This commit is contained in:
@ -663,7 +663,7 @@ int ObSqlTransControl::stmt_setup_snapshot_(ObSQLSessionInfo *session,
|
||||
bool local_single_ls_plan = plan->is_local_plan()
|
||||
&& OB_PHY_PLAN_LOCAL == plan->get_location_type()
|
||||
&& das_ctx.has_same_lsid(&local_ls_id);
|
||||
if (local_single_ls_plan && !tx_desc.is_can_elr()) {
|
||||
if (local_single_ls_plan) {
|
||||
ret = txs->get_ls_read_snapshot(tx_desc,
|
||||
session->get_tx_isolation(),
|
||||
local_ls_id,
|
||||
|
||||
Reference in New Issue
Block a user