Skip to content

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