[MDEV-9482] Split the loop in mysql_prepare_create_table into virtual methods in Type_handler Created: 2016-01-28 Updated: 2021-05-11 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
There is a loop in mysql_prepare_create_table:
that makes various type specific tests for CHAR, VARCHAR, BLOB, GEOMETRY. |