mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 02:05:31 +02:00
Two bug fixes
Docs/manual.texi: added text for fixes mysql-test/r/multi_update.result: new test case for multi-table deletes mysql-test/t/multi_update.test: new test case for multi-table deletes sql/sql_delete.cc: fix for multi-table deletes sql/sql_update.cc: fix for multi-table updates
This commit is contained in:
parent
782dccfbfe
commit
228bfb05e3
5 changed files with 32 additions and 3 deletions
|
|
@ -50797,6 +50797,11 @@ each individual 4.0.x release.
|
|||
@appendixsubsec Changes in release 4.0.5
|
||||
@itemize
|
||||
@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
|
||||
Fixed a bug in multi-table updates when a single table is updated
|
||||
@item
|
||||
Updated source tree to be built using @code{automake 1.5} and
|
||||
@code{libtool 1.4}.
|
||||
@item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue