From 688a119b368cfee2fb57bc8f7d21f2324c5401dc Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 1 Sep 2002 20:55:05 -0500 Subject: [PATCH] manual.texi clarify 4.0.2 ORDER BY change note. Docs/manual.texi: clarify 4.0.2 ORDER BY change note. --- Docs/manual.texi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docs/manual.texi b/Docs/manual.texi index dc1d933dd28..27c319d08fd 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -50657,6 +50657,8 @@ Fixed incorrect error value when doing a @code{SELECT} with an empty @code{HEAP} table. @item Use @code{ORDER BY column DESC} now sorts @code{NULL} values first. +(In other words, @code{NULL} values sort first in all cases, whether or +not @code{DESC} is specified.) @item Fixed bug in @code{WHERE key_name='constant' ORDER BY key_name DESC}. @item