-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
fix(tianmu): fix mysqld crash when exec query limit 0 (#1394) #1395
Conversation
This pull request's title should follow requirements next. @adofsauron please check it 👇. Valid format:
Valid types:
|
Thanks for the contribution! Please review the labels and make any necessary changes. |
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
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
Cause: tianmu engine cannot process this scenario when limit=0 and cannot get conds, resulting in crash Solution: limit 0 is executed without tianmu
Cause: tianmu engine cannot process this scenario when limit=0 and cannot get conds, resulting in crash
Solution: limit 0 is executed without tianmu
Summary about this PR
Issue Number: close #1394
Tests Check List
Changelog
Documentation