diff options
author | monty@hundin.mysql.fi <> | 2001-06-21 10:50:14 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-06-21 10:50:14 +0300 |
commit | 11e567229ac41541908f976b130ff792bd6754d6 (patch) | |
tree | 1aa843ac71d84cfb5316c1bc479b55cd0cf74b45 /Docs | |
parent | 34b528f13fea33b7ca15a31e91e627f7c1c72ace (diff) | |
download | mariadb-git-11e567229ac41541908f976b130ff792bd6754d6.tar.gz |
UNIQUE keys are not anymore shown as PRIMARY KEY
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 64d80a61f94..2193cdab4ad 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46425,6 +46425,9 @@ not yet 100% confident in this code. Added option @code{--warnings} to @code{mysqld}. Now @code{mysqld} only prints the error @code{Aborted connection} if this option is used. @item +Fixed problem with @code{SHOW CREATE TABLE} when you didn't have a +@code{PRIMARY KEY}. +@item Fixed properly the rename of @code{innodb_unix_file_flush_method} to @code{innodb_flush_method}. @item |