Fonctionnalités ajoutées ou modifiées :
Updated version of libedit
to 2.9. (Bug#2596)
Bogues corrigés :
MAX()
for an INT
UNSIGNED
(unsigned 4-byte integer) column could
return negative values if the column contained values larger
than 2^31. (Bug#9298)
SHOW CREATE VIEW
got confused and could
not find the view if there was a temporary table with the
same name as the view. (Bug#8921)
Fixed a deadlock resulting from use of FLUSH TABLES
WITH READ LOCK
while an INSERT
DELAYED
statement is in progress. (Bug#7823)
The optimizer was choosing suboptimal execution plans for
certain outer joins where the right table of a left join (or
left table of a right join) had both ON
and WHERE
conditions. (Bug#10162)
RENAME TABLE
for an
ARCHIVE
table failed if the
.arn
file was not present. (Bug#9911)
Invoking a stored function that executed a
SHOW
statement resulted in a server
crash. (Bug#8408)
Fixed problems with static variables and do not link with
libsupc++
to allow building on FreeBSD
5.3. (Bug#9714)
Fixed some awk script portability problems in cmd-line-utils/libedit/makelist.sh. (Bug#9954)
Fixed a problem with mishandling of NULL
key parts in hash indexes on VARCHAR
columns, resulting in incorrect query results. (Bug#9489,
Bug#10176)
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.