Authored by: Peter Tesone Viewed:
158 times so far
We are proud to present to you the MySQL Server 5.1.25-rc release, a
new "release candidate" version of the popular open source database.
Bear in mind that this is still a "candidate" release, and as with any
other pre-production release, caution should be taken when installing
on production level systems or systems with critical data. Fixes
include:
Replication: Performing an insert on a table having an
AUTO_INCREMENT column and an INSERT trigger that was being replicated
from a master running MySQL 5.0 or any version of MySQL 5.1 up to and
including MySQL 5.1.11 to a slave running MySQL 5.1.12 or later caused
the replication slave to crash. (Bug#36443)
Row-based replication broke for utf8 CHAR columns longer than 85 characters. (Bug#37426)
NOT IN subqueries that selected MIN() or MAX() values but produced an empty result could cause a server crash. (Bug#37004)