mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
088de81d96
Problem was that wsrep_on was OFF. This is 10.4 version.
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; |