Bug #82681 Postpone the removal of C API's mysql_shutdown() for after 8.0
Submitted: 22 Aug 2016 11:42 Modified: 15 Nov 2016 18:54
Reporter: Georgi Kodinov Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: C API (client library) Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[22 Aug 2016 11:42] Georgi Kodinov
Description:
As initially planned (WL#9014) we have removed mysql_shutdown from the C API for 8.0. But it was requested that we keep it until the release after 8.0.
So this bug is to track it restored from its 5.7 version.

How to repeat:
Inspect the code.

Suggested fix:
Put back the 5.7 version and remove it in a 8.0++ version.
[15 Nov 2016 18:54] Paul DuBois
Posted by developer:
 
Noted in 8.0.1 changelog.

The removal of the mysql_shutdown() C API function in MySQL 8.0.0 has
been reverted. It is still to be removed in a future MySQL release,
but that removal has been deferred.