You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering If we are about to rollback the transaction on this line because of a Deadlock exception, shouldn't we try directly to rollback to 0 level, because in my case innodb implicitly rollbacks the entire transaction and the following rollback to savepoint will for sure fail with "1305 SAVEPOINT trans2 does not exist"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, in regard of this issue and PR
I was wondering If we are about to rollback the transaction on this line because of a Deadlock exception, shouldn't we try directly to rollback to 0 level, because in my case innodb implicitly rollbacks the entire transaction and the following rollback to savepoint will for sure fail with "1305 SAVEPOINT trans2 does not exist"
Beta Was this translation helpful? Give feedback.
All reactions