diff options
author | arjen@fred.bitbike.com <> | 2002-09-23 09:47:16 +1000 |
---|---|---|
committer | arjen@fred.bitbike.com <> | 2002-09-23 09:47:16 +1000 |
commit | 6b71a258bf2960406ac05c9c369929352986763e (patch) | |
tree | d644766e3d415fbb5280386e23357f73cbcbaad3 /Docs | |
parent | cb2f04ca631f918c5dbfd94dce57fad72edf3f7d (diff) | |
download | mariadb-git-6b71a258bf2960406ac05c9c369929352986763e.tar.gz |
Explanation fixup (noted by Dean Ellis, info from Peter Zaitsev).
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 873b9481c53..380370ca425 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -22839,7 +22839,7 @@ state. The @code{--single-transaction} option was added in version 4.0.2. This option is mutually exclusive with the @code{--lock-tables} option -as @code{LOCK TABLES} cancels a previous transaction. +as @code{LOCK TABLES} already commits a previous transaction internally. @item -S /path/to/socket, --socket=/path/to/socket The socket file to use when connecting to @code{localhost} (which is the default host). |