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

MySQL plugin enhancements #1077

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jmordica
Copy link

Details

This adds support for quite a few more MySQL commands and make Bedrock more compatible with MySQL clients.

Also, this adds almost full support for TablePlus connecting to the MySQL plugin.

  • Returns real instead of fake tables
  • Added select database() command
  • Added support for SHOW CREATE TABLE command
  • Added support for MySQL like ALTER TABLE commands
  • Added support for MySQL like CREATE INDEX commands

Normal queries (SELECT/INSERT/DELETE/UPDATE) only have to hit 3 additional if else statements so performance via the MySQL plugin should not be affected by these changes.

Fixed Issues

Tests


Internal Testing Reminder: when changing bedrock, please compile auth against your new changes

@jmordica jmordica marked this pull request as ready for review July 14, 2021 02: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.

1 participant