Bedrock
Bedrock copied to clipboard
MySQL plugin enhancements
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