[MDEV-9522] Split sql_select.cc:can_change_cond_ref_to_const into virtual methods in Type_handler Created: 2016-02-05 Updated: 2017-04-09 Resolved: 2017-01-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | 10.3.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | datatype | ||
| Issue Links: |
|
||||||||
| Description |
|
can_change_cond_ref_to_const() in sql_select.cc has different execution paths for different cmp_type(). It should be split into virtual methods in Type_handler. |
| Comments |
| Comment by Alexander Barkov [ 2017-01-13 ] |
|
Pushed into bb-10.2-ext and 10.3. |