summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-06-21 10:50:14 +0300
committerunknown <monty@hundin.mysql.fi>2001-06-21 10:50:14 +0300
commit8a677f29432a860c6b5178dab7768896448e2cd6 (patch)
tree1aa843ac71d84cfb5316c1bc479b55cd0cf74b45 /Docs
parentfb8c1f22a855f2580604b2534c4c9ce5028b5f6a (diff)
downloadmariadb-git-8a677f29432a860c6b5178dab7768896448e2cd6.tar.gz
UNIQUE keys are not anymore shown as PRIMARY KEY
Docs/manual.texi: Changelog mysql-test/r/show_check.result: Added test for SHOW CREATE mysql-test/t/show_check.test: Added test for SHOW CREATE sql/mysqld.cc: Fixed messages
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