mariadb/mysql-test/suite/wsrep/t/plugin.test
Jan Lindström 36c1982a19 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.
2015-02-18 15:23:37 +02:00

7 lines
No EOL
247 B
Text

--source include/have_wsrep.inc
#
# MDEV-7604: wsrep plugin lists its status as Unknown
#
SELECT plugin_name,plugin_version,plugin_maturity FROM information_schema.plugins where plugin_name like 'wsrep' ORDER BY plugin_maturity,plugin_name;