Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
There is a loop in mysql_prepare_create_table:
for (uint column_nr=0 ; (column=cols++) ; column_nr++)
|
{
|
..
|
}
|
that makes various type specific tests for CHAR, VARCHAR, BLOB, GEOMETRY.
It should be split into virtual methods in Type_handler.