Skip to content

Commit

Permalink
Merge pull request #291 from dolthub/max/show-plugins
Browse files Browse the repository at this point in the history
round trip SHOW PLUGINS
  • Loading branch information
max-hoffman authored Nov 27, 2023
2 parents c0fa018 + 2466012 commit d142ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/sqlparser/ast.go
Original file line number Diff line number Diff line change
Expand Up @@ -3503,7 +3503,7 @@ func (node *Show) Format(buf *TrackedBuffer) {
node.ShowTablesOpt.Format(buf)
return
}
case "triggers", "events":
case "triggers", "events", "plugins":
if node.ShowTablesOpt != nil {
buf.Myprintf("show ")
buf.Myprintf("%s", loweredType)
Expand Down

0 comments on commit d142ec4

Please sign in to comment.