Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
Description
extend MDEV-31496 to handle LCASE()
Attachments
Issue Links
- relates to
-
MDEV-31496 Make optimizer handle UCASE(varchar_col)=...
-
- Closed
-
The attached lcase-discrepancies.sql shows characters for which the condition
(t1.a=t2.a) = (LCASE(t1.a)=LCASE(t2.a))
is not fulfilled. That means it is not possible to remove LCASE() for strings containing those characters.