diff options
author | unknown <arjen@fred.bitbike.com> | 2002-03-27 09:34:43 +1000 |
---|---|---|
committer | unknown <arjen@fred.bitbike.com> | 2002-03-27 09:34:43 +1000 |
commit | 2bddca6226b139b621965dcfa3bd3909c8903153 (patch) | |
tree | 42d074ab1d430f1d99b96bb70103c0fbbb5dfedd /Docs | |
parent | a10a96326a20b55600e3680a9c5221a0bdb390c1 (diff) | |
download | mariadb-git-2bddca6226b139b621965dcfa3bd3909c8903153.tar.gz |
Added InnoDB changes to changelog.
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 9 |
1 files changed, 9 insertions, 0 deletions
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 |