diff options
author | unknown <monty@hundin.mysql.fi> | 2002-05-07 19:08:56 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-05-07 19:08:56 +0300 |
commit | daafa8db5049da5a8e3c51edb7cb5b7f36dbc73f (patch) | |
tree | 998601644441d26cc8a548d4f2e086978a15feea /Docs | |
parent | 6c6ae10e7532e3630396160ccb41f79ce8ce001c (diff) | |
download | mariadb-git-daafa8db5049da5a8e3c51edb7cb5b7f36dbc73f.tar.gz |
Fix for ISNULL()
Docs/manual.texi:
Chagnelog
mysql-test/r/join.result:
New tests for IS NULL
mysql-test/t/join.test:
New tests for IS NULL
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 25db42c96e0..fcd77bf2867 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46916,6 +46916,10 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.51 @itemize @bullet @item +Removed BDB documentation. +@item +Fixed mit-pthreads to compile with glibc 2.2 (needed for @code{make dist}). +@item Fixed the @code{FLOAT(X+1,X)} is not converted to @code{FLOAT(X+2,X)}. (This also affected @code{DECIMAL}, @code{DOUBLE} and @code{REAL} types) @item @@ -46929,7 +46933,8 @@ Fixed that underflowed decimal fields is not zero filled. If we get an overflow when inserting @code{'+11111'} for @code{decimal(5,0) unsigned} columns, we will just drop the sign. @item -Fixed bug with @code{ISNULL(expression_which_cannot_be_null)}. +Fixed optimization bug with @code{ISNULL(expression_which_cannot_be_null)} and +@code{ISNULL(constant_expression)}. @item Fixed host lookup bug in the glibc library that we used with the 3.23.50 Linux-x86 binaries. |