diff options
author | unknown <monty@hundin.mysql.fi> | 2001-11-18 14:08:17 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-11-18 14:08:17 +0200 |
commit | 421595c12e731bb50e6fe6f9985d950e023e4667 (patch) | |
tree | 3d0563b3a96cfaa7e8b9b687efcb6f1407f7f58b /Docs | |
parent | 7803c4432cb392ad69dc292038118465c9616121 (diff) | |
download | mariadb-git-421595c12e731bb50e6fe6f9985d950e023e4667.tar.gz |
Fixed bug in OPTIMIZE TABLE that reset index cardinality if it
was up to date.
Docs/manual.texi:
ChangeLog
configure.in:
Version number change
mysql-test/r/myisam.result:
Test of optimize table
mysql-test/t/myisam.test:
Test of optimize table
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 0f234fcfd21..baa2baca2f7 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46844,6 +46844,14 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.45 @itemize @bullet @item +Fix a bug which could cause InnoDB to complain if it cannot find free blocks +from the buffer cache during recovery. +@item +Fixed a bug in InnoDB insert buffer B-tree handling that could cause crashes. +@item +Fixed bug in @code{OPTIMIZE TABLE} that reset index cardinality if it +was up to date. +@item Fixed problem with @code{t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL} when date_column was declared as @code{NOT NULL}. @item |