-
Notifications
You must be signed in to change notification settings - Fork 349
Closed
Description
The BeginTransaction method executes a set session transaction isolation level statement (here).
As per 14.3.6 SET TRANSACTION Syntax:
- With the
SESSIONkeyword, the statement applies to all subsequent transactions performed within the current session.- Without any
SESSIONorGLOBALkeyword, the statement applies to the next (not started) transaction performed within the current session. Subsequent transactions revert to using theSESSIONisolation level.
The use of the SESSION keyword is inappropriate here, as we only want to change the isolation level for the immediate next transaction.
(See also MySQL bug 86263.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels