[master] add session id into autocommit log

This commit is contained in:
chinaxing
2023-02-16 13:12:15 +00:00
committed by ob-robot
parent e27bec92d2
commit 88ee461fbe
4 changed files with 8 additions and 3 deletions

View File

@ -935,8 +935,8 @@ 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()));
}
LOG_INFO("set var: autocommit", K(ret), K(orig_ac), "to", autocommit);
return ret;
}