Skip to content

Commit

Permalink
Merge pull request #4785 from mcuadros/show-schemas
Browse files Browse the repository at this point in the history
sqlparser: support for SHOW SCHEMAS
  • Loading branch information
sougou authored Apr 23, 2019
2 parents c585c8f + 788434f commit 6c55f27
Show file tree
Hide file tree
Showing 6 changed files with 2,459 additions and 2,408 deletions.
3 changes: 3 additions & 0 deletions go/vt/sqlparser/parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,9 @@ var (
}, {
input: "show databases",
output: "show databases",
}, {
input: "show schemas",
output: "show schemas",
}, {
input: "show engine INNODB",
output: "show engine",
Expand Down
Loading

0 comments on commit 6c55f27

Please sign in to comment.