Bug #83345 Stop computing MD5 for views
Submitted: 12 Oct 2016 14:56 Modified: 14 Oct 2016 17:14
Reporter: Jon Olav Hauglid 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

[12 Oct 2016 14:56] Jon Olav Hauglid
Description:
We no longer store MD5 checksums for views with the new data dictionary.
Instead consistency is checked by InnoDB.

Remove code for computing MD5 checksums.
The only place this was used was during CHECK TABLE code
where it no longer makes sense.

How to repeat:
n/a
[14 Oct 2016 17:14] Paul DuBois
Posted by developer:
 
Fixed in 8.0.1.

Code cleanup. No changelog entry needed.