-
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
[release-21.0] bugfix: treat EXPLAIN like SELECT (#17054) #17058
Conversation
Hello @systay, there are conflicts in this backport. Please address them in order to merge this Pull Request. You can execute the snippet below to reset your branch and resolve the conflict manually. Make sure you replace
|
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
|
d3aaaf7
to
f74aac2
Compare
Signed-off-by: Andres Taylor <andres@planetscale.com>
f74aac2
to
31161cc
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-21.0 #17058 +/- ##
================================================
+ Coverage 67.22% 67.25% +0.02%
================================================
Files 1570 1570
Lines 251264 251266 +2
================================================
+ Hits 168905 168981 +76
+ Misses 82359 82285 -74 ☔ View full report in Codecov by Sentry. |
Description
This is a backport of #17054