Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
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 *);
|