UNIQUE keys are not anymore shown as PRIMARY KEY

This commit is contained in:
monty@hundin.mysql.fi 2001-06-21 10:50:14 +03:00
commit 11e567229a
5 changed files with 30 additions and 4 deletions

View file

@ -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