diff options
author | serg@serg.mysql.com <> | 2002-08-31 23:18:08 +0000 |
---|---|---|
committer | serg@serg.mysql.com <> | 2002-08-31 23:18:08 +0000 |
commit | 27390a8d8149a9203547c860d6bc98ecc4ef7178 (patch) | |
tree | 3732ba6a0c00f9e269510a87e8bbedf1a98a1642 /Docs/manual.texi | |
parent | 184ef91d4c049752488ad08437b5a12ca1e3c2dc (diff) | |
download | mariadb-git-27390a8d8149a9203547c860d6bc98ecc4ef7178.tar.gz |
LOCK+modify+OPTIMIZE bugfix
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r-- | Docs/manual.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 87b9a480f3f..ffefdc28409 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46929,6 +46929,9 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.53 @itemize @bullet @item +Fixed a bug that @code{OPTIMIZE} of locked and modified MyISAM table, +reported table corruption. +@item Fixed a @code{BDB}-related @code{ALTER TABLE} bug with dropping a column and shutting down immediately thereafter. @item |