From 367dc2143619b076f10b46deffc785f7e1850734 Mon Sep 17 00:00:00 2001 From: "arjen@fred.bitbike.com" <> Date: Wed, 27 Mar 2002 09:34:43 +1000 Subject: [PATCH] Added InnoDB changes to changelog. --- Docs/manual.texi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Docs/manual.texi b/Docs/manual.texi index 67d99a02735..17c7c945f49 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46910,8 +46910,17 @@ not yet 100% confident in this code. @node News-3.23.50, News-3.23.49, News-3.23.x, News-3.23.x @appendixsubsec Changes in release 3.23.50 + @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 Fixed some buffer overflow problems when reading startup parameters. @item Because of problems on shutdown we have now disabled named pipes on