1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fixed core dump bug in ORDER BY ... LIMIT

Docs/manual.texi:
  Changelog
This commit is contained in:
unknown
2002-09-15 01:23:01 +03:00
parent 6a06c4c534
commit 20ec6183fe
2 changed files with 9 additions and 2 deletions

View File

@ -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}.