mirror of
https://github.com/MariaDB/server.git
synced 2025-04-09 16:55:34 +02:00
3 lines
211 B
Text
3 lines
211 B
Text
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
|