InnoDB: An UPDATE
statement with no index column in the WHERE
condition locked all the rows in the table. (Bug #3300)
INSERT DELAYED caused
mysqld to crash. (Bug #16095)
The output of mysqldump --triggers did not
contain the DEFINER clause in dumped
trigger definitions. (Bug #15110)
The output of SHOW TRIGGERS contained
extraneous whitespace. (Bug #15103)
An INSERT ... SELECT statement between
tables in a MERGE set can return errors
when statement involves insert into child table from merge
table or vice-versa. (Bug #5390)
A COMMIT statement followed by a
ALTER TABLE statement on a BDB table caused
server crash. (Bug #14212)
InnoDB: Comparison of indexed
VARCHAR CHARACTER SET ucs2 COLLATE ucs2_bin
columns using LIKE could fail. (Bug #14583)
Creating a trigger caused a server crash if the table or
trigger database was not known because no default database had
been selected. (Bug #14863)
Issuing a DROP USER command could cause
some users to encounter a
hostname is not allowed to
connect to this MySQL server error. (Bug #15775)
The --plugin_dir option was not working. Also
fix error with specifying parser name for fulltext. (Bug
#16068)
Attempting to insert into a table partitioned by
LIST a value less than any specified in one
of the table's partition definitions resulted in a server
crash. In such cases, mysqld now returns
ERROR 1500 (HY000): Table has no partition for
value v , where
v is the out-of-range value. (Bug
#15819)