mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03: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:
@ -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
|
||||
|
Reference in New Issue
Block a user