mirror of
https://github.com/MariaDB/server.git
synced 2025-05-01 08:45:04 +03:00
Changed wsrep plugin from mysql_plugin to maria_plugin to set up plugin_maturity to Stable.
4 lines
216 B
Plaintext
4 lines
216 B
Plaintext
SELECT plugin_name,plugin_version,plugin_maturity FROM information_schema.plugins where plugin_name like 'wsrep' ORDER BY plugin_maturity,plugin_name;
|
|
plugin_name plugin_version plugin_maturity
|
|
wsrep 1.0 Stable
|