-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide a reason for not having an execution plan (MySQL) (#9569)
* [Add] MySQL no explain reasons + test * [Fix] Incorrect code * [Update] Readability * [Update] Remove message if None + test cleanup * [Update] Unnecessary check in test * [Update] Variable to match Postgres' implementation * [Update] Simplified method * [Update] Error code changes + clarity improvement * [Add] Collect all errors + include strategy * [Update] Misc improvements * Add 'with' as a supported explain statement
- Loading branch information
1 parent
4ade527
commit 45fefb2
Showing
2 changed files
with
98 additions
and
23 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