VillageSQL Server 0.0.6 is now available. This release advances the mainline to MySQL Server 8.4.11 and adds support for MySQL Server 9.7.2 and Percona Server 8.4.10.
Highlights of this release include the following:
- An extension can now log you in, so your identity provider decides who gets into the database.
- Extensions can call the server's own internal component services, which opens up a large part of the MySQL surface area.
- A privilege of its own now covers extension management, so you can grant that and nothing else.
- If you build a custom type incorrectly, you find out when you compile the extension or when you install it, rather than when someone runs a query.
VillageSQL now runs on MySQL Server 9.7 and Percona Server 8.4
VillageSQL Server 0.0.6 adds a mysql-9.7 build that
tracks the MySQL Server 9.7.2 tree, and a
percona-8.4 build …