mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-7604: wsrep plugin lists its plugin_maturity as Unknown
Changed wsrep plugin from mysql_plugin to maria_plugin to set up plugin_maturity to Stable.
This commit is contained in:
3
mysql-test/suite/wsrep/r/plugin.result
Normal file
3
mysql-test/suite/wsrep/r/plugin.result
Normal file
@ -0,0 +1,3 @@
|
||||
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
|
Reference in New Issue
Block a user