Commit c1d71970 authored by unknown's avatar unknown

manual.texi Clarify meaning of SET TRANSACTION.


Docs/manual.texi:
  Clarify meaning of SET TRANSACTION.
parent eb4a0722
...@@ -36188,16 +36188,15 @@ SET [GLOBAL | SESSION] TRANSACTION ISOLATION LEVEL ...@@ -36188,16 +36188,15 @@ SET [GLOBAL | SESSION] TRANSACTION ISOLATION LEVEL
Sets the transaction isolation level for the global, whole session or Sets the transaction isolation level for the global, whole session or
the next transaction. the next transaction.
The default behavior is to set the isolation level for the next (not started) The default behavior is to set the isolation level for the next (not
transaction. started) transaction. If you use the @code{GLOBAL} keyword, the statement
sets the default transaction level globally for all new connections
If you set the @code{GLOBAL} privilege it will affect all new created threads. created from that point on. You will need the @strong{process}
You will need the @strong{process} privilege to do do this. privilege to do do this. Using the @code{SESSION} keyword sets the
default transaction level for all future transactions performed on the
Setting the @code{SESSION} privilege will affect the following and all current connection.
future transactions.
You can set the default global isolation level for @code{mysqld} with
You can set the default isolation level for @code{mysqld} with
@code{--transaction-isolation=...}. @xref{Command-line options}. @code{--transaction-isolation=...}. @xref{Command-line options}.
@node Fulltext Search, Query Cache, Transactional Commands, Reference @node Fulltext Search, Query Cache, Transactional Commands, Reference
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment