MySQL 8.0 Release Notes

14 Changes in MySQL 8.0.25 (2021-05-11, General Availability)

Packaging Notes

  • Binary packages that include curl rather than linking to the system curl library have been upgraded to use curl 7.76.0.

Bugs Fixed

  • On Fedora 34, builds from source failed due to an undefined reference to symbol crc32_z@@ZLIB_1.2.9. (Bug #32702860)

  • Docker containers for MySQL Enterprise Edition no longer need to run with root privileges. (Bug #32472242)

  • For a prepared, implicitly grouped SELECT statement in which the WHERE clause was determined always to be false, the result of some aggregate functions could sometimes be picked up from the previous execution of the statement. (Bug #103192, Bug #32717969)