add savepoint start trx and check session stat free route case

This commit is contained in:
felix-w15
2024-07-11 06:16:40 +00:00
committed by ob-robot
parent 5d9e4624bf
commit d85c98a175
2 changed files with 56 additions and 0 deletions

View File

@ -152,6 +152,13 @@ id
select * from t where id = 1000010;
id
commit;
"CASE 4.9"
savepoint sp6;
select * from t where id = 110;
id
select * from t where id = 1000010;
id
commit;
"------------- 5 - change session auto_commit ----------------------"
"CASE 5.1"
delete from t;