-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add MySQL case sensitive collation varchar push down support
When the column uses a case-sensitive collation in MySQL we can pushdown the equality/inequality predicates on text columns without affecting correctness. Range predicates on text columns are never pushed down and equality/inequality predicates on text columns are not pushed down if the column uses a case-insensitive collation.
- Loading branch information
1 parent
fa4a067
commit 7e9513e
Showing
2 changed files
with
201 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters