diff options
Diffstat (limited to 'Docs/manual.texi')
-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 fd785d323b4..c4618c2ada7 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -34159,7 +34159,7 @@ if no @code{PRIMARY KEY} was specified explicitly.) @findex UNIQUE @findex PRIMARY KEY If you add a @code{UNIQUE INDEX} or @code{PRIMARY KEY} to a table, this -is stored before any not @code[UNIQUE} index so that MySQL can detect +is stored before any not @code{UNIQUE} index so that MySQL can detect duplicate keys as early as possible. @findex ORDER BY |