-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
support s2 index params #3396
support s2 index params #3396
Conversation
de49438
to
ae485d5
Compare
1944639
to
064ed80
Compare
e0dab64
to
bc06761
Compare
Codecov Report
@@ Coverage Diff @@
## master #3396 +/- ##
==========================================
- Coverage 85.19% 85.18% -0.02%
==========================================
Files 1306 1307 +1
Lines 122158 122550 +392
==========================================
+ Hits 104078 104397 +319
- Misses 18080 18153 +73
Continue to review full report at Codecov.
|
src/parser/parser.yy
Outdated
; | ||
|
||
index_param_item | ||
: comment_prop_assignment { |
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.
comment_prop
is better than comment_prop_assignment
, refer to https://dev.mysql.com/doc/refman/8.0/en/create-index.html
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.
ok, good!
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.
@Shylock-Hg WDYT ?
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.
It'ok. But better to modify it in independent PR.
db39393
to
45a3d10
Compare
4f53ea7
to
267f874
Compare
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.
LGTM
267f874
to
33b029b
Compare
What type of PR is this?
What does this PR do?
Support the syntax like:
Which issue(s)/PR(s) this PR relates to?
close #3197
Special notes for your reviewer, ex. impact of this fix, etc:
Additional context:
Checklist:
Release notes:
Please confirm whether to reflect in release notes and how to describe: `