mirror of
https://github.com/MariaDB/server.git
synced 2025-02-10 23:45:34 +01:00
8 lines
No EOL
280 B
Text
8 lines
No EOL
280 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; |