mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
Added InnoDB changes to changelog.
This commit is contained in:
parent
4ee2580049
commit
367dc21436
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue