|
ed25519 describes itself as 1.0-alpha even though it's not alpha (beta in the 10.3.7, or stable in the upcoming 10.3.8) after https://github.com/MariaDB/server/commit/16c14d7ba0
SELECT PLUGIN_NAME, PLUGIN_MATURITY, PLUGIN_AUTH_VERSION FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME LIKE 'ed%';
|
+-------------+-----------------+---------------------+
|
| PLUGIN_NAME | PLUGIN_MATURITY | PLUGIN_AUTH_VERSION |
|
+-------------+-----------------+---------------------+
|
| ed25519 | Beta | 1.0-alpha |
|
+-------------+-----------------+---------------------+
|
|