Fonctionnalité ajoutée ou modifiée :
Phrase search in MATCH ... AGAINST ( ... IN BOOLEAN
MODE)
no longer matches partial words.
Bogues corrigés :
Fixed a bug in division /
reporting
incorrect metadata (number of digits after the decimal
point). It can be seen, e.g. in CREATE TABLE t1
SELECT "0.01"/"3"
. (Bug#3612)
Fixed a problem with non-working DROP
DATABASE
on some configurations (in particular,
Linux 2.6.5 with ext3 are known to expose this bug). (Bug#3594)
Fixed that in some replication error messages, a very long query caused the rest of the message to be invisible (truncated), by putting the query last in the message. (Bug#3357)
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.