Bug #90196 Differences between WL#6379 and actual DD table definitions
Submitted: 23 Mar 2018 13:20 Modified: 6 Apr 2018 16:36
Reporter: Sivert Sørumgård Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Data Dictionary Severity:S3 (Non-critical)
Version:8.0.11 OS:Any
Assigned to: CPU Architecture:Any

[23 Mar 2018 13:20] Sivert Sørumgård
Description:
There are some differences between the DD table definitions listed in WL#6379 and the actual definitions in the source code.

How to repeat:
Compare definitions in source code and definitions in WL#6379.

Suggested fix:
Update both source code and WL#6379 to make the definitions in sync.
[6 Apr 2018 16:36] Daniel Price
Posted by developer:
 
Fixed as of the upcoming 8.0.11 release, and here's the changelog entry:

Modifications to some data dictionary table definitions were implemented
to align definitions with their initial and intended design.
[10 Apr 2018 11:24] Daniel Price
Posted by developer:
 
Changelog entry removed as requested. Status set back to 11.
[10 Apr 2018 11:25] Daniel Price
Posted by developer:
 
Changelog entry removed as requested. Status set back to 11.
[30 Apr 2018 17:21] Daniel Price
Posted by developer:
 
Fixed as of the upcoming 8.0.12 release, and here's the changelog entry:

Some data dictionary table definitions were modified to align more
closely with their initial design. Additionally, the data dictionary
version number was incremented, and code that refers to data dictionary
table indexes now uses symbolic index names instead of numeric values.