mirror of
https://github.com/MariaDB/server.git
synced 2025-04-06 15:25:32 +02:00
8 lines
276 B
Text
8 lines
276 B
Text
--source include/have_wsrep.inc
|
|
--source include/have_innodb.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;
|