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
sql: disable buffered writes on the txn when it's used by IE
This commit is a follow-up to 07d8902
where we disabled the session variable that controls whether buffered
writes are enabled when the variable is consulted by the internal
executor. That change had an oversight - that if the IE is using already
created txn, the session variable has no influence, so this commit
explicitly disables buffered writes on the txn whenever it's used by the
IE for the first time.
Release note: None
0 commit comments