Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add several features that unblock mysql workbench #573

Merged
merged 4 commits into from
Oct 4, 2021

Conversation

VinaiRachakonda
Copy link
Contributor

@VinaiRachakonda VinaiRachakonda commented Sep 28, 2021

This pr implements

  1. Show STATUS
  2. Set CHARACTER SET

@VinaiRachakonda VinaiRachakonda changed the title Create MySQL Workbench Add several features that unblock mysql workbench Sep 28, 2021
Copy link
Member

@zachmu zachmu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -346,6 +346,34 @@ func convertSet(ctx *sql.Context, n *sqlparser.Set) (sql.Node, error) {
})
}

// Special case: SET CHARACTER SET (CHARSET) expands to 3 different system variables. Although we do not support very
// many character sets, changing these variables should not have any affect currently as our character set support is
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

effect

"github.com/dolthub/go-mysql-server/sql"
)

type ShowStatus struct {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Type comment

And note that it's a stub implementation

@VinaiRachakonda VinaiRachakonda merged commit 6baf28a into main Oct 4, 2021
@Hydrocharged Hydrocharged deleted the vinai/sql-workbench branch December 8, 2021 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants