[MDEV-20760] Add Type_handler::KEY_pack_flags() Created: 2019-10-05 Updated: 2022-10-11 Resolved: 2019-10-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types |
| Fix Version/s: | 10.5.0, 10.4.27 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||||||
| Description |
|
This code in mysql_prepare_create_table() is not friendly to data type plugins:
Let's add a new method in Type_handler:
So the above code will change to:
Data type plugins will be able to override this method. |