Of course MySQL 8.0.19 that was released on 13th January 2020 also includes Community Contributions. But before talking about them, I would like to thanks Jesper for having started this MySQL Releases Contributions thread. I’ll try to keep his good work on that topic from now.
So, MySQL 8.0.19 includes contributions from Facebook, Satya Bodapati, Nikolai Kostrigin and Olekasandr Peresypkin.
Please note that this list might not be exhaustive as it’s currently a manual process for me to link the contributions with the current release. I will try to improve this in the future.
Here are those contributions:
mysys/my_handler_errors.h
error message (see bug #97361). Contribution from Nikolai Kostrigin.COALESCE()
or IFNULL()
was passed a BIGINT
column value, casting a negative return value from this function to UNSIGNED
unexpectedly yielded zero (see bug #95954). Contribution from Olekasandr Peresypkin.mysql-shell
package in Debian when DEB_DEPS
or DEB_BUILD_DEPS
were not set (see bug #95158). Contribution from Evgeniy Patlan (Percona).If you have patches and you also would like to be part of the MySQL Contributors, you can do so from MySQL’s GitHub repository (requires signing the Oracle Contributor Agreement).
Thank you for the contributions.