mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
manual.texi Put back text that Sinisa wiped out in a resolve.
This commit is contained in:
parent
6052c85604
commit
a5cf39d442
1 changed files with 9 additions and 0 deletions
|
@ -36200,6 +36200,15 @@ SET [GLOBAL | SESSION] TRANSACTION ISOLATION LEVEL
|
|||
Sets the transaction isolation level for the global, whole session or
|
||||
the next transaction.
|
||||
|
||||
The default behavior is to set the isolation level for the next (not
|
||||
started) transaction. If you use the @code{GLOBAL} keyword, the statement
|
||||
sets the default transaction level globally for all new connections
|
||||
created from that point on. You will need the @strong{process}
|
||||
privilege to do do this. Using the @code{SESSION} keyword sets the
|
||||
default transaction level for all future transactions performed on the
|
||||
current connection.
|
||||
|
||||
You can set the default global isolation level for @code{mysqld} with
|
||||
@code{--transaction-isolation=...}. @xref{Command-line options}.
|
||||
|
||||
@node Fulltext Search, Query Cache, Transactional Commands, Reference
|
||||
|
|
Loading…
Reference in a new issue