mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 02:05:31 +02:00
Fixed bug in ORDER BY ... LIMIT
Docs/manual.texi: ChangeLog
This commit is contained in:
parent
0d7fd11d10
commit
e1d7b8414f
2 changed files with 35 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue