You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per @deepthi, right now the results returned from a show charset or show character set are hardcoded to be just these 2 rows. We could filter on the 2 rows, but we don't really want to expand the results or forward the query to an underlying mysql because vitess only supports these 2 charsets.
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]>
Vtgate parses but handles this query incorrectly:
It was issued by MySQL workbench, and is expected to return 1 row.
The text was updated successfully, but these errors were encountered: