diff options
author | unknown <paul@teton.kitebird.com> | 2002-05-15 13:57:11 -0500 |
---|---|---|
committer | unknown <paul@teton.kitebird.com> | 2002-05-15 13:57:11 -0500 |
commit | efc552c35b7469084c050eef75d1e61339637c84 (patch) | |
tree | 8761e0a8a968af9c29f1aed7800c004228efd715 | |
parent | 69664dbf987d217db1918aa493706ccd0f5b739c (diff) | |
download | mariadb-git-efc552c35b7469084c050eef75d1e61339637c84.tar.gz |
manual.texi Put back text that Sinisa wiped out in a resolve.
Docs/manual.texi:
Put back text that Sinisa wiped out in a resolve.
-rw-r--r-- | Docs/manual.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 7cd2d3073a0..5743dec8342 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -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 |