From 370ea10366eb962aade82f858dcd0ebc3228704d Mon Sep 17 00:00:00 2001 From: unknown <arjen@fred.bitbike.com> Date: Wed, 27 Mar 2002 09:37:02 +1000 Subject: [PATCH] Added InnoDB changes to changelog. --- Docs/manual.texi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Docs/manual.texi b/Docs/manual.texi index a30ef3bb9b0..f1d82552e5d 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -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 -- 2.30.9