diff options
author | monty@hundin.mysql.fi <> | 2002-10-16 10:32:45 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-10-16 10:32:45 +0300 |
commit | b4343ba9398082b74a02b568625aee42587450f0 (patch) | |
tree | b2749496347a8bc7352927d95fef69660bb47fe3 /Docs | |
parent | 73506bb612822dc25c940a2ca2f8b1e84a0a395d (diff) | |
download | mariadb-git-b4343ba9398082b74a02b568625aee42587450f0.tar.gz |
Fixed bug in LEFT JOIN ... WHERE not_null_key_column=NULL;
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 443340a2a4d..158db75a407 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46942,6 +46942,8 @@ temporary tables used for some (unlikely) @code{GROUP BY} queries. Fixed a bug in key optimizing handling where the expression @code{WHERE column_name = key_column_name} was calculated as true for @code{NULL} values. +@item +Fixed core dump bug when doing @code{LEFT JOIN ... WHERE key_column=NULL}. @end itemize @node News-3.23.53, News-3.23.52, News-3.23.54, News-3.23.x |