-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate MySQL Plugin from DB Plugin
These two plugins used to require eachother but somewhere along the way when we changed plugin defintions we made the MySQL plugin extend the DB plugin so that the MySQL plugin could respond to its own Query commands. However this breaks the intended internal usage of the MySQL Plugin because we use a custom separate plugin to respond to Query. This change brings back this intended functionality and separates the two plugins. It also: 1. DRYs the version response code 2. Fixes returning actual error messages to the client. 3. Adds support for queries Alteryx uses for schema discovery.
- Loading branch information
1 parent
93f7b0d
commit ca4ab49
Showing
2 changed files
with
67 additions
and
17 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