diff options
author | unknown <arjen@fred.bitbike.com> | 2002-09-04 11:35:28 +1000 |
---|---|---|
committer | unknown <arjen@fred.bitbike.com> | 2002-09-04 11:35:28 +1000 |
commit | 34f299d408e6993cbf9f688aa97a83e4c2932efe (patch) | |
tree | e546eb49f03ea8a19a6b85f96b6981fda7272711 | |
parent | e5c795d36d9e9ac5437aa8de5bc9cffa3927cf53 (diff) | |
download | mariadb-git-34f299d408e6993cbf9f688aa97a83e4c2932efe.tar.gz |
Keyword typo fixup (noted by Carsten).
-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 02b0e1b87af..3e5c15566b8 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -36937,7 +36937,7 @@ Lock one table at a time until the thread gets all locks. This policy ensures that table locking is deadlock free. There is however other things one needs to be aware of with this schema: -If you are using a @code{LOW_PRIORITY_WRITE} lock for a table, this +If you are using a @code{LOW_PRIORITY WRITE} lock for a table, this means only that MySQL will wait for this particlar lock until there is no threads that wants a @code{READ} lock. When the thread has got the @code{WRITE} lock and is waiting to get the lock for the next |