-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Vitess show character set where
right now the show character set are hardcoded to be filtered with where statement. since we don't really want to expand the results or forward the query to an underlying mysql because vitess only supports these 2 charsets. closes #5584 * separate show charset vs show charset in parser * changed the executor accordingly * use where_expression_opt in parser, changed AST and executor accordingly Signed-off-by: roni <[email protected]>
- Loading branch information
Showing
7 changed files
with
1,971 additions
and
1,760 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
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
Oops, something went wrong.