[master][tx-route] disable reroute sql on txn start node when sql access tmp table

This commit is contained in:
chinaxing
2023-03-02 14:49:23 +00:00
committed by ob-robot
parent a4895d2650
commit 14228a3f70
3 changed files with 15 additions and 5 deletions

View File

@ -935,7 +935,6 @@ int ObVariableSetExecutor::process_session_autocommit_hook(ObExecContext &exec_c
// 其它只影响AC标志位,但无需做commit操作
}
}
LOG_INFO("set var: autocommit", K(ret), K(orig_ac), "to", autocommit, K(my_session->get_sessid()));
}
return ret;
}