Bug #83818 Do data dictionary cache updates as part of transaction commit
Submitted: 15 Nov 2016 8:45 Modified: 17 Nov 2016 14:15
Reporter: Jon Olav Hauglid Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Data Dictionary Severity:S3 (Non-critical)
Version:8.0.1 OS:Any
Assigned to: CPU Architecture:Any

[15 Nov 2016 8:45] Jon Olav Hauglid
Description:
Instead of updating the data dictionary cache at the end of DDL statements by separate function calls "everywhere",
we should do it as part of transaction commit. This will simplify code and make introducing subtle bugs harder.

How to repeat:
n/a
[17 Nov 2016 14:15] Daniel Price
Posted by developer:
 
Fixed as of the upcoming 8.0.1 release, and here's the changelog entry:

Instead of updating the data dictionary cache at the end of DDL
statements using separate function calls, the data dictionary cache is now
updated as part of transaction commit.