[MDEV-19283] Move the code from Field_str::is_equal() to Field_string::is_equal() Created: 2019-04-19 Updated: 2019-04-19 Resolved: 2019-04-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types |
| Fix Version/s: | 10.4.5 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Field_str in an abstract class with this hierarchy:
[*] marks classes that their own virtual is_equal() implementation. Most Field_str descendants completeley override is_equal() and do not share the implementation on the Field_str level. Only Field_string and Field_null share Field_str::is_equal(). Under term of this task we'll:
|