ODC version
4.1.0~4.2.3
OB version
4.2.1.1~4.2.1.4
What happened?
commit and rollback button does not sync with transaction status for oceanbase 4.2
after check flow, rootcause was got transaction state failed.
below query return empty resultset.
SELECT * FROM SYS.GV$OB_PROCESSLIST WHERE ID=userenv('sessionid')

What did you expect to happen?
if set autocommit OFF, commit and rollback button shoudl sync with transaction status
How can we reproduce it (as minimally and precisely as possible)?
- set autocommit OFF
- execute some DML statement
- check the commit/rollback button, should clickable
- do commit
- check the commit/rollback button, should be gray, not clickable
Anything else we need to know?
No response
Cloud
No response
ODC version
4.1.0~4.2.3
OB version
4.2.1.1~4.2.1.4
What happened?
commit and rollback button does not sync with transaction status for oceanbase 4.2
after check flow, rootcause was got transaction state failed.
below query return empty resultset.
What did you expect to happen?
if set autocommit OFF, commit and rollback button shoudl sync with transaction status
How can we reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
No response
Cloud
No response