Bug #88825 Contribution: Export zlib version in a variable
Submitted: 7 Dec 2017 20:48 Modified: 21 Mar 2018 17:17
Reporter: OCA Admin (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Data Types Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[7 Dec 2017 20:48] OCA Admin
Description:
This bug tracks a contribution by Daniël van Eeden (Github user: dveeden) as described in http://github.com/mysql/mysql-server/pull/184

How to repeat:
See description

Suggested fix:
See contribution code attached
[7 Dec 2017 20:48] OCA Admin
Contribution submitted via Github - Export zlib version in a variable 
(*) Contribution by Daniël van Eeden (Github dveeden, mysql-server/pull/184#issuecomment-349703168): I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

Contribution: git_patch_156560655.txt (text/plain), 1.23 KiB.

[7 Dec 2017 20:59] MySQL Verification Team
Thank you for the bug report.
[21 Mar 2018 17:17] Paul DuBois
Posted by developer:
 
Fixed in 8.0.11.

The version of the compiled-in zlib library is now available at
runtime as the value of the version_compile_zlib system variable.
Thanks to Daniël van Eeden for the patch.