Bug #85811 Simplify data dictionary class hierarchy
Submitted: 5 Apr 2017 13:53 Modified: 6 Apr 2017 21:24
Reporter: Jon Olav Hauglid Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Data Dictionary Severity:S3 (Non-critical)
Version:8.0.2 OS:Any
Assigned to: CPU Architecture:Any

[5 Apr 2017 13:53] Jon Olav Hauglid
Description:
Since the initial DD code was designed, we have switched to using templates more and inheritance less.
This means that the current DD class hierarchy can be simplified, making the DD codebase easier to expand.

How to repeat:
Code inspection.
[6 Apr 2017 21:24] Daniel Price
Posted by developer:
 
Fixed as of the upcoming 8.0.2 release, and here's the changelog entry:

The data dictionary class hierarchy was simplified.