Bug #84179 Remove TABLEOP_HOOKS/MY_HOOKS from CTS code
Submitted: 13 Dec 2016 12:12 Modified: 15 Dec 2016 14:35
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

[13 Dec 2016 12:12] Jon Olav Hauglid
Description:
The local abstract TABLEOP_HOOKS class and its single subclass MY_HOOKS currently make little sense and only serve to complicate the already complicated CREATE TABLE ... SELECT implementation.

Remove these classes and inline the little of their implementation that is actually needed.

This is pure refactoring - no changes of behavior.

How to repeat:
Code inspection
[15 Dec 2016 14:35] Paul DuBois
Posted by developer:
 
Fixed in 8.0.1.

Code cleanup. No changelog entry needed.