[MDEV-16885] A method of CASE searched/simple detection Created: 2018-08-02 Updated: 2018-10-11 Resolved: 2018-10-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | 10.3.11, 10.4.0 |
| Type: | Task | Priority: | Critical |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
MariaDB changed to using separate classes for simple/searched in 10.3. ColumnStore needs to figure out which is being used. We would consider something like using dynamic_cast on the item but the server has no-rtti so this fails. Instead can we please have a virtual function in Item_func_case similar to this?
This would return something like "simple" for simple classes and "searched" for searched classes. |
| Comments |
| Comment by Alexander Barkov [ 2018-10-11 ] | ||||||||
|
The patch for Use this condition to detect simple or searched CASE:
|