Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Fix Version/s: 10.3.1
-
Component/s: OTHER
-
Labels:
Description
To make the code look the same for the buili-in and pluggable data types, we'll split Column_definition::check(THD*) and move data type specific code into a new virtual method on Type_handler:
virtual bool Type_handler::Column_definition_fix_attributes(Column_definition *);
|