Added InnoDB changes to changelog.

parent 0da2bd07
...@@ -48886,6 +48886,14 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}. ...@@ -48886,6 +48886,14 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}.
@itemize @bullet @itemize @bullet
@item @item
@code{InnoDB} now retains foreign key constraints through @code{ALTER TABLE}
and @code{CREATE/DROP INDEX}.
@item
@code{InnoDB} now allows foreign key constraints to be added through the
@code{ALTER TABLE} syntax.
@item
@code{InnoDB} tables can now be set to automatically grow in size (autoextend).
@item
Added @code{--ignore-lines=n} option to @code{mysqlimport}. This has the Added @code{--ignore-lines=n} option to @code{mysqlimport}. This has the
same effect as the @code{IGNORE n LINES} clause for @code{LOAD DATA}. same effect as the @code{IGNORE n LINES} clause for @code{LOAD DATA}.
@item @item
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment