[MDEV-12777] Change Lex_field_type_st::m_type from enum_field_types to Type_handler pointer Created: 2017-05-10 Updated: 2017-05-10 Resolved: 2017-05-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser |
| Fix Version/s: | 10.3.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | datatype, refactoring | ||
| Issue Links: |
|
||||||||
| Description |
|
We'll replace the member in Lex_field_type_st::m_type responsible for storing the real data type from:
to
and do relevant changes in sql_yacc.yy and sql_yacc_ora.yy, e.g. replace things like:
to
|
| Comments |
| Comment by Alexander Barkov [ 2017-05-10 ] |
|
Pushed to bb-10.2-ext |