summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-05-15 01:01:26 +0300
committerunknown <monty@hundin.mysql.fi>2002-05-15 01:01:26 +0300
commiteba5ec8b4bceabab302462db850882f715a7b040 (patch)
tree3dc97e13fe4695f7d461248693b9267cf1bcc638 /Docs
parent3051d8bbc15ef775dcb549fd00be596d61131fcf (diff)
downloadmariadb-git-eba5ec8b4bceabab302462db850882f715a7b040.tar.gz
Fixed bug in datetime range optimization
Docs/manual.texi: Changelog mysql-test/r/type_datetime.result: Test of datetime optimization mysql-test/t/type_datetime.test: Test of datetime optimization
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi7
1 files changed, 5 insertions, 2 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 34f22d2e587..0c5c9d57b19 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -46771,8 +46771,6 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}.
@itemize @bullet
@item
-Fixed bug in DROP DATABASE with symlink
-@item
Multi-table @code{DELETE}.
@item
Don't support old client protocols prior to MySQL 3.21 any more.
@@ -46918,6 +46916,11 @@ not yet 100% confident in this code.
@appendixsubsec Changes in release 3.23.51
@itemize @bullet
@item
+Fixed bug in @code{DROP DATABASE} with symlinked directory.
+@item
+Fixed optimization problem with @code{DATETIME} and value outside
+@code{DATETIME} range.
+@item
Removed BDB documentation.
@item
Fixed mit-pthreads to compile with glibc 2.2 (needed for @code{make dist}).