1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Added InnoDB changes to changelog.

This commit is contained in:
unknown
2002-03-27 09:37:02 +10:00
parent cd9643f3c1
commit d2ef10f11b

View File

@@ -48886,6 +48886,14 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}.
@itemize @bullet
@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
same effect as the @code{IGNORE n LINES} clause for @code{LOAD DATA}.
@item