Bug #83637 Remove old_object pointer to Dictionary_client::update()
Submitted: 1 Nov 2016 13:26 Modified: 14 Nov 2016 14:29
Reporter: Sivert Sørumgård Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: DDL Severity:S3 (Non-critical)
Version:8.0.1 OS:Any
Assigned to: CPU Architecture:Any

[1 Nov 2016 13:26] Sivert Sørumgård
Description:
After patches for bug#83607 and bug#83548, the method Dictionary_client::update() can be simplified to abandon the old_object parameter. Instead, the old object can be fetched from the registry of committed objects in the implementation of the method.

How to repeat:
NA.

Suggested fix:
See description.
[14 Nov 2016 14:29] Paul DuBois
Posted by developer:
 
Fixed in 8.0.1.

Bug affects no released version. No changelog entry needed.