summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-06-21 10:50:14 +0300
committermonty@hundin.mysql.fi <>2001-06-21 10:50:14 +0300
commit11e567229ac41541908f976b130ff792bd6754d6 (patch)
tree1aa843ac71d84cfb5316c1bc479b55cd0cf74b45 /Docs
parent34b528f13fea33b7ca15a31e91e627f7c1c72ace (diff)
downloadmariadb-git-11e567229ac41541908f976b130ff792bd6754d6.tar.gz
UNIQUE keys are not anymore shown as PRIMARY KEY
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi3
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