[MDEV-20708] Change make_table_field() to get TABLE_SHARE rather than TABLE Created: 2019-10-01 Updated: 2019-10-01 Resolved: 2019-10-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types |
| Fix Version/s: | 10.5.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
In order to simplify the unification of these Type_handler methods:
and
let's change the TABLE* parameter to TABLE_SHARE*. |