summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <paul@teton.kitebird.com>2002-08-17 18:26:38 -0500
committerunknown <paul@teton.kitebird.com>2002-08-17 18:26:38 -0500
commitb38cc1db560761a690e11ed7869951f21397418d (patch)
tree8c64477cdb866918af123c582df3c78173a337e8 /Docs
parent36827564d3d8d6f18e13d79bebed75572c21f769 (diff)
downloadmariadb-git-b38cc1db560761a690e11ed7869951f21397418d.tar.gz
manual.texi fix missing word
Docs/manual.texi: fix missing word
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index d4859ac279a..dc1aa4a9ee0 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -19197,7 +19197,7 @@ memory. This command will not remove any queries from the cache, unlike
@item @code{[TABLE | TABLES] tbl_name [,tbl_name...]} @tab Flushes only the given tables.
-@item @code{TABLES WITH READ LOCK} @tab Closes all open tables and locks all tables for all databases with a read until one executes @code{UNLOCK TABLES}. This is very convenient way to get backups if you have a filesystem, like Veritas,that can take snapshots in time.
+@item @code{TABLES WITH READ LOCK} @tab Closes all open tables and locks all tables for all databases with a read lock until you execute @code{UNLOCK TABLES}. This is very convenient way to get backups if you have a filesystem, like Veritas, that can take snapshots in time.
@item @code{STATUS} @tab Resets most status variables to zero. This is something one should only use when debugging a query.