[MDEV-16707] Add an accessor in Item_func_like class for the negated attribute Created: 2018-07-07 Updated: 2018-12-03 Resolved: 2018-12-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | 10.4.1 |
| Type: | Task | Priority: | Critical |
| Reporter: | Roman | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
ColumnStore uses negated attribute value to process LIKE function. We need an accessor to the value since the only way to get it now is to use print() method that is an ugly hack. |
| Comments |
| Comment by Alexander Barkov [ 2018-11-22 ] |
|
LinuxJedi, ralf.gebhardt@mariadb.com, I need to have a look into how ColumnStore uses new methods. |
| Comment by Andrew Hutchings (Inactive) [ 2018-11-22 ] |
|
Good timing. I modified ColumnStore to use Pull request for engine: Pull request for our 10.3 server fork: |
| Comment by Alexander Barkov [ 2018-11-22 ] |
|
Thanks for the link. How does ColumnStore uses the result of the semantic parser execution? |
| Comment by Andrew Hutchings (Inactive) [ 2018-11-22 ] |
|
Sorry, busy day. Did drrtuy answer your questions? |
| Comment by Alexander Barkov [ 2018-11-23 ] |
|
Yes, thank you. |