diff options
author | unknown <monty@mashka.mysql.fi> | 2002-09-15 01:23:01 +0300 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2002-09-15 01:23:01 +0300 |
commit | 20ec6183fe860601d10dee2b0277e6c9a039b7f6 (patch) | |
tree | 238747caeb6d780bfb24e31af82bb68fcaf86ea2 /Docs | |
parent | 6a06c4c534ac68f9d0469f31c869fe1d20b1e463 (diff) | |
download | mariadb-git-20ec6183fe860601d10dee2b0277e6c9a039b7f6.tar.gz |
Fixed core dump bug in ORDER BY ... LIMIT
Docs/manual.texi:
Changelog
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 4e0e9179bec..7e3f455e0f8 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46929,6 +46929,8 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.53 @itemize @bullet @item +Fixed unlikely core dump with @code{SELECT ... ORDER BY ... LIMIT}. +@item Changed @code{AND/OR} to report that they can return NULL. This fixes a bug in @code{GROUP BY} on @code{AND/OR} expression that return @code{NULL}. |