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
Fixes#6699, #6903, #6920.
Summary of changes:
- Add a new section to EXPLAIN docs called 'Find out if a statement is
using SELECT FOR UPDATE locking', with an example showing how to
check.
- List out the SQL statements that have support enabled by default for
SFU locking.
Fixes#6699, #6903, #6920.
Summary of changes:
- Add a new section to EXPLAIN docs called 'Find out if a statement is
using SELECT FOR UPDATE locking', with an example showing how to
check, and a link to the session var to disable it (mostly for
visibility/learning).
- List out the SQL statements that have support enabled by default for
SFU locking.
Fixes#6699, #6903, #6920.
Summary of changes:
- Add a new section to EXPLAIN docs called 'Find out if a statement is
using SELECT FOR UPDATE locking', with an example showing how to
check, and a link to the session var to disable it (mostly for
visibility/learning).
- List out the SQL statements that have support enabled by default for
SFU locking.
These statements may get implicit
SELECT FOR UPDATE
locking support by the 20.1 release.Estimated scope of work:
enable_implicit_select_for_update
setting to also mentionDELETE
andUPSERT
See also:
The text was updated successfully, but these errors were encountered: