summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-10-15 16:47:55 +0300
committermonty@hundin.mysql.fi <>2002-10-15 16:47:55 +0300
commit3712931cc6afb555146f668c63a8cba3bed33274 (patch)
treeda71f55f6eb58cc6a96cd5677af88d4397f5b3e9 /Docs
parentb8a8c5e3db4c59cddd204eb72095a7544fe5d522 (diff)
downloadmariadb-git-3712931cc6afb555146f668c63a8cba3bed33274.tar.gz
Fixed bug in ORDER BY ... LIMIT
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 45807e95371..5d67cb08fff 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -50797,6 +50797,9 @@ each individual 4.0.x release.
@appendixsubsec Changes in release 4.0.5
@itemize
@item
+Fixed a newly introduced bug that caused @code{ORDER BY ... LIMIT #}
+to not return all rows.
+@item
Fixed a bug in multi-table deletes when outer join is used on an empty
table, which get's first to be deleted
@item