Fixed bug in ORDER BY ... LIMIT

Docs/manual.texi:
  ChangeLog
This commit is contained in:
unknown 2002-10-15 16:47:55 +03:00
commit e1d7b8414f
2 changed files with 35 additions and 9 deletions

View file

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