This is a Monthly Rapid Update release of the MySQL Enterprise Server 5.0.
This release was withdrawn from production and is no longer available.
Bugs fixed:
Incompatible Change: 
        Failure to consider collation when comparing space characters
        could result in incorrect index entry order, leading to
        incorrect comparisons, inability to find some index values,
        misordered index entries, misordered ORDER BY
        results, or tables that CHECK
        TABLE reports as having corrupt indexes.
      
        As a result of this bug fix, indexes must be rebuilt for columns
        that use any of these character sets:
        eucjpms, euc_kr,
        gb2312, latin7,
        macce, ujis. See
        Checking Whether Tables or Indexes Must Be Rebuilt.
       (Bug#29461)

