Bedrock icon indicating copy to clipboard operation
Bedrock copied to clipboard

MySQL plugin enhancements

Open jmordica opened this issue 3 years ago • 0 comments

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 avatar Jul 13 '21 03:07 jmordica