-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VReplication: Support passing VStream filters down to MySQL #17677
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Matt Lord <mattalord@gmail.com>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Signed-off-by: Matt Lord <mattalord@gmail.com>
Signed-off-by: Matt Lord <mattalord@gmail.com>
3c26c03
to
2eb85e4
Compare
Signed-off-by: Matt Lord <mattalord@gmail.com>
2eb85e4
to
0a17436
Compare
Signed-off-by: Matt Lord <mattalord@gmail.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17677 +/- ##
=======================================
Coverage 67.75% 67.76%
=======================================
Files 1587 1587
Lines 255780 255810 +30
=======================================
+ Hits 173310 173341 +31
+ Misses 82470 82469 -1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Matt Lord <mattalord@gmail.com>
Signed-off-by: Matt Lord <mattalord@gmail.com>
@@ -601,10 +610,6 @@ func (plan *Plan) analyzeWhere(vschema *localVSchema, where *sqlparser.Where) er | |||
if !ok { | |||
return fmt.Errorf("unexpected: %v", sqlparser.String(expr)) | |||
} | |||
// StrVal is varbinary, we do not support varchar since we would have to implement all collation types |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This support was actually added here: #9549
Signed-off-by: Matt Lord <mattalord@gmail.com>
Description
Related Issue(s)
Checklist